@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/DINPro-Regular_0.otf");
}
@font-face {
  font-family: 'DIN-Bold';
  src: url("../fonts/DIN-Bold.otf");
}
.amap-logo {
  display: none !important;
}

.dom-loaded .header .nav li .drop {
  transition: all .3s ease;
}
.dom-loaded .header .ope .item.lang .box {
  transition: all .3s ease;
}
.dom-loaded .fixed-search .bg {
  transition: all .3s ease;
}
.dom-loaded .fixed-search form {
  transition: transform .3s ease;
}

.wow {
  visibility: hidden;
}

@keyframes o-scale {
  0%,85%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes circle-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes circle-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes range-1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle-3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  80%,100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity-1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0;
  padding: 0 3.125vw;
  transition: background .3s ease;
  z-index: 9;
}
.header:before, .header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all .3s ease;
}
.header:before {
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.header:after {
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.header .main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.header .logo {
  position: relative;
}
.header .logo img {
  display: block;
  height: 48px;
}
.header .logo img.color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.header .nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25vw;
  position: relative;
}
.header .nav li a.single {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 100px;
  position: relative;
  transition: all .3s ease;
}
.header .nav li a.single:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #293c8d;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform .3s ease;
}
.header .nav li .drop {
  width: 320px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -160px;
  padding: 30px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.header .nav li .drop a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #808080;
  transition: color .3s ease;
}
.header .nav li .drop a:before {
  content: '';
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 15px;
}
.header .nav li .drop a:nth-of-type(1), .header .nav li .drop a:nth-of-type(3) {
  border-right: 1px solid #e6e6e6;
}
.header .nav li .drop a:nth-of-type(3), .header .nav li .drop a:nth-of-type(4) {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 1025px) {
  .header .nav li .drop a:hover {
    color: #293c8d;
  }
}
.header .nav li .drop.about a:nth-of-type(1):before {
  background-image: url("../images/nav-1-1.png");
}
.header .nav li .drop.about a:nth-of-type(2):before {
  background-image: url("../images/nav-1-2.png");
}
.header .nav li .drop.about a:nth-of-type(3):before {
  background-image: url("../images/nav-1-3.png");
}
.header .nav li .drop.about a:nth-of-type(4):before {
  background-image: url("../images/nav-1-4.png");
}
.header .nav li .drop.service a:nth-of-type(1):before {
  background-image: url("../images/nav-2-1.png");
}
.header .nav li .drop.service a:nth-of-type(2):before {
  background-image: url("../images/nav-2-2.png");
}
.header .nav li .drop.service a:nth-of-type(3):before {
  background-image: url("../images/nav-2-3.png");
}
.header .nav li .drop.service a:nth-of-type(4):before {
  background-image: url("../images/nav-2-4.png");
}
.header .nav li .drop.news a:nth-of-type(1):before {
  background-image: url("../images/nav-3-1.png");
}
.header .nav li .drop.news a:nth-of-type(2):before {
  background-image: url("../images/nav-3-2.png");
}
@media screen and (min-width: 1025px) {
  .header .nav li:hover a:after {
    transform: scaleX(1);
  }
  .header .nav li:hover .drop {
    opacity: 1;
    visibility: visible;
  }
}
.header .ope .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .3s ease;
}
.header .ope .lang {
  background-image: url("../images/icon-1.png");
}
.header .ope .lang:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 23px;
  top: calc(50% - 3px);
  transition: all .3s ease;
}
.header .ope .lang .box {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.header .ope .lang .box:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #515151;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -5px;
}
.header .ope .lang .box a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  background-color: #515151;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .header .ope .lang .box a:hover {
    background-color: #293c8d;
  }
}
.header .ope .lang:hover .box {
  opacity: 1;
  visibility: visible;
}
.header .ope .search {
  background-image: url("../images/icon-2.png");
  margin-left: 40px;
}
.header:hover:before, .header.init:before, .header.down:before {
  opacity: 0;
  visibility: hidden;
}
.header:hover:after, .header.init:after, .header.down:after {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header:hover .logo img.color, .header.init .logo img.color, .header.down .logo img.color {
  opacity: 1;
}
.header:hover .logo img.white, .header.init .logo img.white, .header.down .logo img.white {
  opacity: 0;
}
.header:hover .nav li a.single, .header.init .nav li a.single, .header.down .nav li a.single {
  color: #333;
}
.header:hover .ope .lang, .header.init .ope .lang, .header.down .ope .lang {
  background-image: url("../images/icon-1-on.png");
}
.header:hover .ope .lang:after, .header.init .ope .lang:after, .header.down .ope .lang:after {
  border-top-color: #333;
}
.header:hover .ope .search, .header.init .ope .search, .header.down .ope .search {
  background-image: url("../images/icon-2-on.png");
}
.header.down .nav li a.single {
  line-height: 70px;
}
.header.down .nav li.active a.single:after {
  transform: scaleX(1);
}

/* search */
.fixed-search .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}
.fixed-search form {
  position: fixed;
  left: 3.125vw;
  right: 3.125vw;
  background: #fff;
  z-index: 7;
  padding: 0 70px;
  opacity: 0;
  top: 120px;
  visibility: hidden;
}
.fixed-search form input {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.fixed-search form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-2-on.png");
  background-size: auto 20px;
  cursor: pointer;
  background-color: transparent;
}
.fixed-search form .close {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fixed-search form .close svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.fixed-search.active .bg, .fixed-search.active form {
  opacity: 1;
  visibility: visible;
}

/* footer */
.footer {
  background-color: #f7f7f7;
  font-size: 0;
}
.footer .top-box {
  padding: 4.5vw 0 1.5vw;
  display: flex;
  justify-content: space-between;
}
.footer .top-box .logo img {
  display: block;
  height: 48px;
}
.footer .top-box .share a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 20px 0 0;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.footer .top-box .share a.weixin {
  background-image: url("../images/share-1.png");
}
.footer .top-box .share a.weixin:hover {
  background-image: url("../images/share-1-on.png");
}
.footer .top-box .share a.tsina {
  background-image: url("../images/share-2.png");
}
.footer .top-box .share a.tsina:hover {
  background-image: url("../images/share-2-on.png");
}
.footer .top-box .share a.twi {
  background-image: url("../images/share-3.png");
}
.footer .top-box .share a.twi:hover {
  background-image: url("../images/share-3-on.png");
}
.footer .top-box .share a.linkedin {
  background-image: url("../images/share-4.png");
}
.footer .top-box .share a.linkedin:hover {
  background-image: url("../images/share-4-on.png");
}
.footer .top-box .share a.fbook {
  background-image: url("../images/share-5.png");
}
.footer .top-box .share a.fbook:hover {
  background-image: url("../images/share-5-on.png");
}
.footer .top-box .share a:last-of-type {
  margin-right: 0;
}
.footer .top-box .share a:hover {
  border-color: #293c8d;
}
.footer .mid-box {
  padding: 1.5vw 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
}
.footer .mid-box .block {
  display: inline-block;
  vertical-align: top;
  margin-right: 5vw;
}
.footer .mid-box .block:last-of-type {
  margin-right: 0;
}
.footer .mid-box .block h3 a {
  font-size: 18px;
  color: #333;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .mid-box .block h3 a:hover {
  color: #293c8d;
}
.footer .mid-box .block .link {
  margin-top: 20px;
}
.footer .mid-box .block .link:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
.footer .mid-box .block .link a {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .mid-box .block .link a:first-of-type {
  margin-top: 0;
}
.footer .mid-box .block .link a:hover {
  color: #293c8d;
}
.footer .mid-box .info {
  text-align: right;
}
.footer .mid-box .tip p {
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
}
.footer .mid-box .tip p:nth-of-type(1) {
  margin-top: 0;
}
.footer .bot-box {
  padding: 2vw 0;
  border-top: 1px solid #d9d9d9;
}
.footer .bot-box span {
  font-size: 14px;
  color: #666666;
  float: left;
}
.footer .bot-box span.addr, .footer .bot-box span.code {
  margin-left: 2vw;
}
.footer .bot-box span.icp {
  float: right;
}
.footer .bot-box a {
  color: #666666;
}
.footer .bot-box:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1600px) {
  .header .logo img {
    height: 40px;
  }

  .header .nav li a.single {
    font-size: 16px;
    line-height: 80px;
  }

  .footer .top-box .logo img {
    height: 40px;
  }

  .footer .mid-box .block h3 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  .header {
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header .main {
    height: 60px;
    padding-right: 45px;
  }
  .header:before, .header:after {
    display: none;
  }
  .header .logo img.color {
    opacity: 1;
  }
  .header .logo img.white {
    opacity: 0;
  }
  .header .ope .lang {
    background-image: url("../images/icon-1-on.png");
  }
  .header .ope .lang:after {
    border-top-color: #333;
  }
  .header .ope .search {
    background-image: url("../images/icon-2-on.png");
    margin-left: 30px;
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding: 16vw;
    z-index: 10;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .header .nav.active {
    left: 0;
  }

  .header .nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .header .nav li a.single {
    font-size: 16px;
    line-height: 50px;
    color: #333;
  }

  .header .nav li .drop {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    margin-left: 0;
    position: static;
    padding: 0 0 10px;
  }

  .header .nav li .drop a {
    width: auto;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    margin-right: 10px;
    border: none !important;
  }

  .header .nav li .drop a:before {
    display: none;
  }

  .mNavBtn {
    display: block;
    width: 25px;
    height: 16px;
    right: 20px;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 11;
  }

  .mNavBtn.active .line2 {
    display: none;
  }

  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }

  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #293c8d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .mNavBtn span.line1 {
    top: 0;
  }

  .mNavBtn span.line2 {
    top: 7px;
  }

  .mNavBtn span.line3 {
    bottom: 0;
  }

  .fixed-search form {
    left: 0;
    right: 0;
    top: 60px;
    padding: 0 50px;
  }

  .fixed-search form input {
    height: 50px;
  }

  .fixed-search form button,
  .fixed-search form .close {
    width: 50px;
    height: 50px;
  }

  .footer .top-box {
    padding: 20px 0;
    display: block;
  }

  .footer .top-box .logo img {
    margin: 0 auto;
  }

  .footer .top-box .share {
    display: none;
  }

  .footer .mid-box {
    display: block;
    padding: 20px 0;
    display: none;
  }

  .footer .mid-box .blocks {
    display: none;
  }

  .footer .mid-box .info {
    text-align: center;
  }

  .footer .mid-box .tip p {
    font-size: 12px;
    margin-top: 10px;
  }

  .footer .bot-box {
    padding: 20px 0;
  }

  .footer .bot-box span {
    display: block;
    float: none !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0 !important;
    text-align: center;
  }
}
.lighter, .about-develop .tab-cont ul li .year, .about-develop .tab-cont .range, .about-intro .section2 .box .img-box span, .about-intro .section4 .item .top-box span, .contact-page .section1 .txt-box h4, .contact-page .section2 .item h4 {
  font-weight: lighter;
}

.wrapper {
  width: 82vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.index-tit {
  text-align: center;
}
.index-tit h3 {
  font-size: 36px;
  color: #333;
}
.index-tit .para {
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
  margin-top: 15px;
}
.index-tit a {
  display: inline-block;
  font-size: 14px;
  color: #293c8d;
  margin-top: 2vw;
}
.index-tit a:after {
  content: '';
  width: 7px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-tit a:hover:after {
    transform: translateX(5px);
  }
}

.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inner-banner .txt-box h3 {
  font-size: 60px;
  color: #fff;
}
.inner-banner .txt-box p {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.inner-banner form {
  position: relative;
  max-width: 600px;
  height: 60px;
  background-color: #fff;
  margin-top: 20px;
}
.inner-banner input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  background-color: transparent;
}
.inner-banner button {
  width: 60px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/icon-2-on.png");
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.inner-tit {
  text-align: center;
}
.inner-tit h3 {
  font-size: 40px;
}
.inner-tit h3 b {
  color: #293c8d;
}
.inner-tit p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 15px;
}
.inner-tit.white h3, .inner-tit.white p {
  color: #fff;
}
.inner-tit.gray h3, .inner-tit.gray p {
  color: #333;
}
.inner-tit.left {
  text-align: left;
}

.comm_pages {
  font-size: 0;
  text-align: center;
}
.comm_pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm_pages ul li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #666;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_pages ul li:nth-of-type(1) a, .comm_pages ul li:nth-last-of-type(1) a {
  background-position: center;
  background-repeat: no-repeat;
}
.comm_pages ul li:nth-of-type(1) a {
  background-image: url("../images/page-prev.png");
}
.comm_pages ul li:nth-of-type(1):hover a {
  background-image: url("../images/page-prev-on.png");
}
.comm_pages ul li:nth-last-of-type(1) a {
  background-image: url("../images/page-next.png");
}
.comm_pages ul li:nth-last-of-type(1):hover a {
  background-image: url("../images/page-next-on.png");
}
.comm_pages ul li:hover a, .comm_pages ul li.active a {
  border-color: #293c8d;
  background-color: #293c8d;
  color: #fff;
}

.c-nav {
  position: sticky;
  top: 68px;
  padding: 0 3.125vw;
  font-size: 0;
  background-color: #fbfbfb;
  border-bottom: 1px solid #f0f0f0;
  z-index: 5;
}
.c-nav .main {
  display: flex;
  justify-content: space-between;
}
.c-nav a {
  font-size: 16px;
  color: #333333;
  line-height: 68px;
  position: relative;
  transition: all .3s ease;
}
.c-nav a:hover, .c-nav a.active {
  color: #293c8d;
}
.c-nav .left-box a {
  display: inline-block;
  vertical-align: middle;
}
.c-nav .left-box a:before {
  content: '';
  width: 7px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  margin: -2px 20px 0;
  display: inline-block;
  vertical-align: middle;
}
.c-nav .left-box a:first-of-type:before {
  display: none;
}
.c-nav .right-box a {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-left: 20px;
}
.c-nav .right-box a:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #293c8d;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.c-nav .right-box a:first-of-type {
  margin-left: 0;
}
.c-nav .right-box a:hover:before, .c-nav .right-box a.active:before {
  transform: scaleX(1);
  transition: transform .6s ease;
}
.c-nav.white {
  background-color: #fff;
}
.c-nav.gray {
  background-color: #f6f6f6;
}

.c-section1 {
  padding: 6vw 0;
}
.c-section1 .para {
  font-size: 18px;
  line-height: 2;
  color: #333333;
}
.c-section1 .data {
  padding: 5vw 0 6vw;
  border-bottom: 4px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.c-section1 .data .item {
  max-width: 32%;
}
.c-section1 .data .item span {
  display: inline-block;
  vertical-align: bottom;
  font-family: 'DIN-Bold';
  font-size: 100px;
  line-height: 1;
  color: #333;
}
.c-section1 .data .item .unit {
  display: inline-block;
  vertical-align: bottom;
}
.c-section1 .data .item i, .c-section1 .data .item em {
  font-style: normal;
  display: block;
}
.c-section1 .data .item i {
  font-size: 12px;
  color: #333;
  font-family: 'Arial';
}
.c-section1 .data .item em {
  font-family: 'DIN-Bold';
  font-size: 48px;
  line-height: 1;
  color: #333;
}
.c-section1 .data .item h3 {
  font-size: 16px;
  color: #595757;
  margin-top: 20px;
}
.c-section1 .data .item p {
  font-size: 12px;
  color: #bfbfbf;
  font-family: 'Arial';
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .c-section1 .data .item:hover span, .c-section1 .data .item:hover i, .c-section1 .data .item:hover em {
    color: transparent;
    background-image: linear-gradient(0deg, #293c8d, #7488db);
    -webkit-background-clip: text;
    background-clip: text;
    transition: all .3s ease;
  }
  .c-section1 .data .item:hover span, .c-section1 .data .item:hover em {
    text-shadow: 0 20px 10px rgba(41, 60, 141, 0.2);
  }
}
.c-section1 .pic-box {
  margin-top: 6vw;
}
.c-section1 .pic-box .cont {
  position: relative;
  margin-top: 2vw;
}
.c-section1 .pic-box .items {
  width: 66.66%;
  margin-left: 0;
}
.c-section1 .pic-box .item {
  position: relative;
}
.c-section1 .pic-box .item .img-box {
  overflow: hidden;
}
.c-section1 .pic-box .item img {
  display: block;
  width: 100%;
}
.c-section1 .pic-box .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4vw 2vw 2vw;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
}
.c-section1 .pic-box .item h3 {
  display: none;
}
.c-section1 .pic-box .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.c-section1 .pic-box .tab-tit {
  width: 33.34%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-7.jpg");
  padding: 1.5vw 3.125vw;
}
.c-section1 .pic-box .tab-tit .cell-box {
  height: 16.66%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  cursor: pointer;
}
.c-section1 .pic-box .tab-tit .cell-box:after {
  content: '';
  width: 8px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-2.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transform: translateX(-10px);
  opacity: 0;
  transition: all .3s ease;
}
.c-section1 .pic-box .tab-tit .cell-box:last-of-type {
  border: none;
}
.c-section1 .pic-box .tab-tit .cell-box:hover:after, .c-section1 .pic-box .tab-tit .cell-box.active:after {
  opacity: 1;
  transform: translateX(0);
}
.c-section1 .pic-box .tab-tit span {
  display: block;
  font-size: 24px;
  color: #ffffff;
}

.c-section2 .top-box {
  position: relative;
  height: 33.33vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.c-section2 .top-box .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5vw;
}
.c-section2 .bot-box {
  padding: 6vw 0;
}
.c-section2 .bot-box .block {
  margin-top: 6vw;
}
.c-section2 .bot-box .block:nth-of-type(1) {
  margin-top: 0;
}
.c-section2 .bot-box .items, .c-section2 .bot-box .p-items {
  font-size: 0;
}
.c-section2 .bot-box .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-top: 24px;
  margin-top: 2vw;
}
.c-section2 .bot-box .item .img-box {
  overflow: hidden;
}
.c-section2 .bot-box .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.c-section2 .bot-box .item h3 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .c-section2 .bot-box .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-section2 .bot-box .item:hover img {
    transform: scale(1.1);
  }
}
.c-section2 .bot-box .p-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  margin-top: 24px;
  margin-right: 24px;
  position: relative;
}
.c-section2 .bot-box .p-item .img-box {
  overflow: hidden;
}
.c-section2 .bot-box .p-item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.c-section2 .bot-box .p-item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2vw;
}
.c-section2 .bot-box .p-item .txt-box:before, .c-section2 .bot-box .p-item .txt-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all .3s ease;
}
.c-section2 .bot-box .p-item .txt-box:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.c-section2 .bot-box .p-item .txt-box:after {
  background-color: rgba(41, 60, 141, 0.95);
  opacity: 0;
}
.c-section2 .bot-box .p-item .box {
  position: relative;
  z-index: 2;
}
.c-section2 .bot-box .p-item h3 {
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(30px);
  transition: transform .3s ease;
}
.c-section2 .bot-box .p-item p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  height: 20px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all .3s ease;
}
@media screen and (min-width: 769px) {
  .c-section2 .bot-box .p-item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-section2 .bot-box .p-item:hover img {
    transform: scale(1.1);
  }
  .c-section2 .bot-box .p-item:hover .txt-box:before {
    opacity: 0;
  }
  .c-section2 .bot-box .p-item:hover .txt-box:after {
    opacity: 1;
  }
  .c-section2 .bot-box .p-item:hover h3 {
    transform: translateY(0);
  }
  .c-section2 .bot-box .p-item:hover p {
    height: auto;
    opacity: 1;
    transform: translateY(0);
  }
}
.c-section2 .bot-box .field-box {
  font-size: 0;
  margin-top: 3.125vw;
  padding-top: 3.125vw;
  border-top: 4px solid #e6e6e6;
}
.c-section2 .bot-box .field-box .cont {
  margin-top: 2vw;
  height: 480px;
  position: relative;
  background-color: #333;
}
.c-section2 .bot-box .field-box .field-imgbox,
.c-section2 .bot-box .field-box .field-txtbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.c-section2 .bot-box .field-box .field-imgbox {
  opacity: .5;
  z-index: 1;
}
.c-section2 .bot-box .field-box .field-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease;
}
.c-section2 .bot-box .field-box .field-img.active {
  opacity: 1;
}
.c-section2 .bot-box .field-box .field-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-section2 .bot-box .field-box .field-txtbox {
  z-index: 2;
}
.c-section2 .bot-box .field-box .field-txt {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: width .3s ease;
  cursor: pointer;
}
.c-section2 .bot-box .field-box .field-txt .img {
  display: none;
}
.c-section2 .bot-box .field-box .field-txt .img img {
  display: block;
  width: 100%;
}
.c-section2 .bot-box .field-box .field-txt h3 {
  padding: 0 2vw;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.c-section2 .bot-box .field-box .field-txt h3:before {
  content: '';
  width: 4px;
  height: 36px;
  background-color: #293c8d;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -18px;
  transition: all .3s ease;
}
.c-section2 .bot-box .field-box .field-txt .para {
  width: 40vw;
  max-width: 640px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 15px;
  padding: 0 2vw;
  display: none;
  opacity: 0;
  animation: opacity-1 .3s .3s ease forwards;
}
.c-section2 .bot-box .field-box .field-txt:nth-of-type(1) {
  border: none;
}
.c-section2 .bot-box .field-box .field-txt.active {
  width: 50%;
}
.c-section2 .bot-box .field-box .field-txt.active h3:before {
  opacity: 0;
}
.c-section2 .bot-box .field-box .field-txt.active .para {
  display: block;
}

.c-section3 {
  padding: 6vw 0;
  font-size: 0;
}
.c-section3 .flex {
  display: flex;
}
.c-section3 .img-box {
  width: 50%;
  overflow: hidden;
}
.c-section3 .img-box img {
  display: block;
  width: 100%;
}
.c-section3 .txt-box {
  width: 50%;
  padding-left: 2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.c-section3 .para {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  text-align: justify;
}

.index-main .section1 {
  position: relative;
}
.index-main .section1 .item {
  position: relative;
  overflow: hidden;
}
.index-main .section1 .item video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-main .section1 .item .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.index-main .section1 .item .img-box {
  overflow: hidden;
}
.index-main .section1 .item .img-box img {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.index-main .section1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
}
.index-main .section1 .item h3, .index-main .section1 .item p {
  opacity: 0;
  transform: translateY(2vw);
  transition: all .6s ease;
}
.index-main .section1 .item h3 {
  font-size: 60px;
  color: #fff;
}
.index-main .section1 .item p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-top: 1.5vw;
}
.index-main .section1 .item.swiper-slide-active h3, .index-main .section1 .item.swiper-slide-active p {
  opacity: 1;
  transform: translateY(0);
}
.index-main .section1 .item.swiper-slide-active h3 {
  transition-delay: .8s;
}
.index-main .section1 .item.swiper-slide-active p {
  transition-delay: 1s;
}
.index-main .section1 .button {
  width: 14px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/next.svg");
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: .4;
  transition: opacity .3s ease;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .index-main .section1 .button:hover {
    opacity: 1;
  }
}
.index-main .section1 .button-prev {
  left: 3.125vw;
  transform: rotate(180deg);
}
.index-main .section1 .button-next {
  right: 3.125vw;
}
.index-main .section1 .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vw;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.index-main .section1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 6.25vw;
  height: 22px;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
}
.index-main .section1 .pagination span:before, .index-main .section1 .pagination span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
}
.index-main .section1 .pagination span:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.index-main .section1 .pagination span:after {
  background-color: #293c8d;
  transition: all .3s ease;
  transform-origin: center left;
  transform: scaleX(0);
}
.index-main .section1 .pagination span.active:after {
  transform: scaleX(1);
}
.index-main .section2 {
  font-size: 0;
  display: flex;
}
.index-main .section2 .item {
  width: 25%;
}
.index-main .section2 .item:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.index-main .section2 .item:nth-of-type(even) {
  background-color: #f7f7f7;
}
.index-main .section2 .item a {
  display: block;
  padding: 1.5vw 3.125vw;
}
.index-main .section2 .item .box {
  position: relative;
  padding-right: 50px;
}
.index-main .section2 .item .box:after {
  content: '';
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.index-main .section2 .item h3 {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.index-main .section2 .item h4 {
  font-size: 12px;
  color: #bfbfbf;
  text-transform: uppercase;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-main .section2 .item:nth-of-type(1) .box:after {
  background-image: url("../images/index/icon-1-1.png");
}
.index-main .section2 .item:nth-of-type(2) .box:after {
  background-image: url("../images/index/icon-1-2.png");
}
.index-main .section2 .item:nth-of-type(3) .box:after {
  background-image: url("../images/index/icon-1-3.png");
}
.index-main .section2 .item:nth-of-type(4) .box:after {
  background-image: url("../images/index/icon-1-4.png");
}
.index-main .section2 .item:nth-of-type(5) .box:after {
  background-image: url("../images/index/icon-1-5.png");
}
@media screen and (min-width: 1025px) {
  .index-main .section2 .item:hover .box:after {
    transform: rotateY(360deg);
    transition: transform 0.6s ease;
  }
  .index-main .section2 .item:hover h3 {
    color: #293c8d;
  }
}
.index-main .section3 {
  padding: 4.5vw 0;
  font-size: 0;
}
.index-main .section3 .items {
  margin-top: 1.5vw;
  display: flex;
  justify-content: space-between;
}
.index-main .section3 .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 3);
  position: relative;
}
.index-main .section3 .item:before, .index-main .section3 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.index-main .section3 .item:before {
  background-color: #e6e6e6;
}
.index-main .section3 .item:after {
  background-color: #293c8d;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .6s ease;
}
.index-main .section3 .item .img-box {
  overflow: hidden;
}
.index-main .section3 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-main .section3 .item .txt-box {
  padding: 1.5vw;
}
.index-main .section3 .item p {
  font-size: 16px;
  color: #333333;
}
.index-main .section3 .item .num {
  margin-top: 1.5vw;
  color: #333;
  position: relative;
}
.index-main .section3 .item .num:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.png");
}
.index-main .section3 .item span {
  font-size: 60px;
  line-height: 1;
  font-family: 'DINPro-Regular';
  display: inline-block;
  vertical-align: bottom;
}
.index-main .section3 .item i {
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  transform: translateY(-5px);
}
@media screen and (min-width: 1025px) {
  .index-main .section3 .item:hover:after {
    transform: scaleX(1);
  }
  .index-main .section3 .item:hover img {
    transform: scale(1.1);
  }
}
.index-main .section4 {
  font-size: 0;
}
.index-main .section4 .cont {
  margin-top: 2vw;
  position: relative;
}
.index-main .section4 .item .img-box {
  overflow: hidden;
}
.index-main .section4 .item img {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.index-main .section4 .item .txt-box {
  padding: 0 6.25vw;
  margin-top: -4.2vw;
  position: relative;
  z-index: 2;
}
.index-main .section4 .item .t-box {
  background-color: rgba(41, 60, 141, 0.95);
  padding: 0 3.125vw;
  font-size: 20px;
  line-height: 4.2vw;
  color: #fff;
}
.index-main .section4 .item .t-box span:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.index-main .section4 .item .b-box {
  padding: 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-4.jpg");
  display: flex;
  justify-content: space-bewteen;
  align-items: flex-start;
}
.index-main .section4 .item h3 {
  font-size: 24px;
  color: #333333;
  width: 20%;
}
.index-main .section4 .item p {
  width: calc(80% - 200px - 9.37vw);
  margin: 0 6.25vw 0 3.125vw;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.index-main .section4 .item a {
  width: 180px;
  font-size: 16px;
  line-height: 44px;
  border-radius: 30px;
  border: 2px solid #293c8d;
  color: #293c8d;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-main .section4 .item a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}
.index-main .section4 .buttons {
  position: absolute;
  top: 490px;
  right: 9.375vw;
  z-index: 3;
}
.index-main .section4 .button {
  width: 25px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/next-2.png");
  cursor: pointer;
}
.index-main .section4 .button-prev {
  left: 0;
  transform: rotate(180deg);
  margin-right: 1.5vw;
}
.index-main .section4 .button-next {
  right: 0;
}
.index-main .section5 {
  padding: 4.5vw 0;
  font-size: 0;
}
.index-main .section5 .cont {
  margin: 2vw -6.25vw 0;
  padding: 0 6.25vw;
  position: relative;
}
.index-main .section5 .items {
  border: 1px solid #e6e6e6;
}
.index-main .section5 .item .img-box {
  overflow: hidden;
}
.index-main .section5 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-main .section5 .item .txt-box {
  padding: 1.5vw;
  border-right: 1px solid #e6e6e6;
  margin-right: -1px;
}
.index-main .section5 .item span {
  font-size: 14px;
  color: #808080;
}
.index-main .section5 .item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  overflow: hidden;
  margin: 15px 0;
  transition: color .3s ease;
}
.index-main .section5 .item .date {
  font-size: 14px;
  color: #a8a8a8;
  font-family: 'DINPro-Regular';
}
@media screen and (min-width: 1025px) {
  .index-main .section5 .item:hover img {
    transform: scale(1.1);
  }
  .index-main .section5 .item:hover h3 {
    color: #293c8d;
  }
}
.index-main .section5 .pagination {
  text-align: center;
  margin-top: 2vw;
  font-size: 0;
}
.index-main .section5 .pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 12px;
  background-color: #cccccc;
  transform: scale(0.75);
  transition: all .3s ease;
  cursor: pointer;
}
.index-main .section5 .pagination span.active {
  transform: scale(1);
  background-color: #293c8d;
}
.index-main .section5 .button {
  width: 14px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/next-1.svg");
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: .4;
  transition: opacity .3s ease;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .index-main .section5 .button:hover {
    opacity: 1;
  }
}
.index-main .section5 .button-prev {
  left: 0;
  transform: rotate(180deg);
}
.index-main .section5 .button-next {
  right: 0;
}
.index-main .section6 {
  padding-bottom: 4.5vw;
}
.index-main .section6 .cont {
  margin-top: 2vw;
}
.index-main .section6 .map {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.index-main .section6 .map img.bg {
  display: block;
  width: 100%;
}
.index-main .section6 .map .dot {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
}
.index-main .section6 .map .dot:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.png");
}
.index-main .section6 .map .dot span {
  font-size: 12px;
  color: #52576b;
  line-height: 20px;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 10px;
  white-space: nowrap;
}
.index-main .section6 .map .dot.beimei {
  left: 5.2%;
  top: 21.5%;
}
.index-main .section6 .map .dot.jianada {
  left: 16.25%;
  top: 32.25%;
}
.index-main .section6 .map .dot.nanmei {
  left: 18.33%;
  top: 40.86%;
}
.index-main .section6 .map .dot.baxi {
  left: 33.75%;
  top: 70.96%;
}
.index-main .section6 .map .dot.xibanya {
  left: 46.25%;
  top: 40.86%;
}
.index-main .section6 .map .dot.yingguo {
  left: 45.3125%;
  top: 30.53%;
}
.index-main .section6 .map .dot.nanfei {
  left: 54.16%;
  top: 81.5%;
}
.index-main .section6 .map .dot.eluosi {
  left: 59.27%;
  top: 29.03%;
}
.index-main .section6 .map .dot.aman {
  left: 61.97%;
  top: 51.61%;
}
.index-main .section6 .map .dot.zhongguo {
  left: 80.2%;
  top: 38.06%;
}
.index-main .section6 .map .dot.taiguo {
  left: 75.1%;
  top: 55.91%;
}
.index-main .section6 .map .dot.dongjing {
  left: 86%;
  top: 44%;
}
.index-main .section6 .map .item {
  position: absolute;
  margin: -20px 0 0 -20px;
}
.index-main .section6 .map .item:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
.index-main .section6 .map .item:after {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: circle-3 2s linear infinite;
}
.index-main .section6 .map .item:nth-of-type(1) {
  left: 23.95%;
  top: 12.25%;
}
.index-main .section6 .map .item:nth-of-type(1):before, .index-main .section6 .map .item:nth-of-type(1):after {
  background-color: rgba(94, 92, 93, 0.1);
}
.index-main .section6 .map .item:nth-of-type(1):after {
  top: 0;
  right: 70%;
}
.index-main .section6 .map .item:nth-of-type(2) {
  left: 26.35%;
  top: 78%;
}
.index-main .section6 .map .item:nth-of-type(2):before, .index-main .section6 .map .item:nth-of-type(2):after {
  background-color: rgba(108, 112, 115, 0.1);
}
.index-main .section6 .map .item:nth-of-type(2):after {
  bottom: 30%;
  left: 20%;
  animation-delay: .3s;
}
.index-main .section6 .map .item:nth-of-type(3) {
  left: 52%;
  top: 33.54%;
}
.index-main .section6 .map .item:nth-of-type(3):before, .index-main .section6 .map .item:nth-of-type(3):after {
  background-color: rgba(9, 124, 37, 0.1);
}
.index-main .section6 .map .item:nth-of-type(3):after {
  top: 30%;
  left: 5%;
  animation-delay: .6s;
}
.index-main .section6 .map .item:nth-of-type(4) {
  left: 52%;
  top: 68.94%;
}
.index-main .section6 .map .item:nth-of-type(4):before, .index-main .section6 .map .item:nth-of-type(4):after {
  background-color: rgba(234, 83, 0, 0.1);
}
.index-main .section6 .map .item:nth-of-type(4):after {
  right: 40%;
  bottom: 20%;
  animation-delay: .8s;
}
.index-main .section6 .map .item:nth-of-type(5) {
  left: 81.97%;
  top: 39.56%;
}
.index-main .section6 .map .item:nth-of-type(5):before, .index-main .section6 .map .item:nth-of-type(5):after {
  background-color: rgba(37, 55, 131, 0.1);
}
.index-main .section6 .map .item:nth-of-type(5):after {
  top: 0;
  right: 40%;
  animation-delay: 1s;
}
.index-main .section6 .map .item:nth-of-type(6) {
  left: 80.52%;
  top: 69.24%;
}
.index-main .section6 .map .item:nth-of-type(6):before, .index-main .section6 .map .item:nth-of-type(6):after {
  background-color: rgba(255, 0, 0, 0.05);
}
.index-main .section6 .map .item:nth-of-type(6):after {
  top: 30%;
  left: 40%;
  animation-delay: 1.2s;
}
.index-main .section7 {
  padding-bottom: 4.5vw;
}
.index-main .section7 .items {
  margin-top: 2vw;
  font-size: 0;
}
.index-main .section7 .item {
  display: inline-block;
  vertical-align: top;
  width: 9.375%;
  height: 480px;
  position: relative;
  overflow: hidden;
  transition: width .3s ease;
}
.index-main .section7 .item .img-box {
  width: 52vw;
  max-width: 900px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #293c8d;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}
.index-main .section7 .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  filter: grayscale(1);
  transition: all .3s ease;
}
.index-main .section7 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(0deg, rgba(41, 60, 141, 0), #293c8d);
  transition: all .3s ease;
}
.index-main .section7 .item .show h3 {
  position: absolute;
  top: 2vw;
  bottom: 3.125vw;
  left: 50%;
  line-height: 24px;
  margin-left: -12px;
  font-size: 20px;
  color: #fff;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 1px;
}
.index-main .section7 .item .show span {
  font-size: 24px;
  line-height: 1;
  font-family: 'DINPro-Regular';
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vw;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}
.index-main .section7 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-main .section7 .item .hide span {
  font-size: 100px;
  line-height: 1;
  font-family: 'DIN-Bold';
  color: #fff;
  position: absolute;
  top: 4.5vw;
  left: 4.5vw;
}
.index-main .section7 .item .hide h3 {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 4.5vw;
  left: 4.5vw;
  right: 4.5vw;
  padding-right: 80px;
}
@media screen and (min-width: 769px) {
  .index-main .section7 .item .hide h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.index-main .section7 .item .hide a {
  position: absolute;
  right: 4.5vw;
  bottom: 4vw;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-5.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-main .section7 .item .hide a:hover {
    border-color: #fff;
  }
}
.index-main .section7 .item.active {
  width: 62.5%;
}
.index-main .section7 .item.active .img-box img {
  opacity: 1;
  filter: grayscale(0);
}
.index-main .section7 .item.active .show {
  opacity: 0;
  visibility: hidden;
}
.index-main .section7 .item.active .hide {
  opacity: 1;
  visibility: visible;
  transition-delay: .3s;
}

.news-list .section1 {
  padding: 4.5vw 0 6vw;
}
.news-list .section1 .items {
  font-size: 0;
  margin: 0 -12px 3vw;
}
.news-list .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e5e5e5;
}
.news-list .section1 .item .img-box {
  position: relative;
  overflow: hidden;
}
.news-list .section1 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news-list .section1 .item span {
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
  font-size: 14px;
  line-height: 24px;
  background-color: #293c8d;
  width: 70px;
  text-align: center;
  color: #fff;
}
.news-list .section1 .item .txt-box {
  padding: 1.5vw;
}
.news-list .section1 .item h3 {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-list .section1 .item .date {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  margin-top: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-1.png");
}
@media screen and (min-width: 1025px) {
  .news-list .section1 .item:nth-of-type(1), .news-list .section1 .item:nth-of-type(2), .news-list .section1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .news-list .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news-list .section1 .item:hover h3 {
    color: #293c8d;
  }
}

.news-detail {
  padding-top: 100px;
}
.news-detail .section1 {
  padding: 4vw 0 6vw;
  font-size: 0;
}
.news-detail .section1 .left-box {
  width: 66.66%;
  display: inline-block;
  vertical-align: top;
  padding-right: 3vw;
  border-right: 1px solid #e6e6e6;
}
.news-detail .section1 .left-box h3 {
  font-size: 42px;
  color: #333;
}
.news-detail .section1 .left-box .date {
  font-size: 18px;
  color: #808080;
  padding: 3vw 0 2vw;
  border-bottom: 1px solid #e6e6e6;
}
.news-detail .section1 .left-box .date:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.news-detail .section1 .left-box .cont {
  padding: 2vw 0;
}
.news-detail .section1 .left-box .other {
  background-color: #f7f7f7;
  padding: 1.6vw;
}
.news-detail .section1 .left-box .other a {
  display: block;
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .news-detail .section1 .left-box .other a:hover {
    color: #293c8d;
    text-decoration: underline;
  }
}
.news-detail .section1 .right-box {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-left: 3vw;
  position: sticky;
  top: 180px;
}
.news-detail .section1 .right-box h3 {
  font-size: 24px;
  color: #293c8d;
}
.news-detail .section1 .right-box .link {
  padding: 2vw 0;
}
.news-detail .section1 .right-box .link a {
  display: block;
  margin-top: 2vw;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  padding-left: 24px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-detail .section1 .right-box .link a:nth-of-type(1) {
  margin-top: 0;
}
.news-detail .section1 .right-box .link a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 14px;
}
@media screen and (min-width: 1025px) {
  .news-detail .section1 .right-box .link a:hover {
    color: #293c8d;
  }
}
.news-detail .section1 .right-box a.more {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  padding: 0 24px;
  background-color: #293c8d;
  position: relative;
}
.news-detail .section1 .right-box a.more:after {
  content: '';
  width: 15px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-3.png");
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (min-width: 1025px) {
  .news-detail .section1 .right-box a.more:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.government-list .section1 {
  padding: 4vw 0 6vw;
}
.government-list .section1 .items {
  margin-bottom: 3vw;
}
.government-list .section1 .item {
  padding: 3vw 7vw;
  position: relative;
  font-size: 0;
}
.government-list .section1 .item:before, .government-list .section1 .item:after {
  content: '';
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.government-list .section1 .item:before {
  top: -24px;
  background-image: url("../images/government/img-4.png");
}
.government-list .section1 .item:after {
  bottom: -24px;
  background-image: url("../images/government/img-3.png");
}
.government-list .section1 .item .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/government/img-5.png");
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.government-list .section1 .item .date {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  font-size: 24px;
  color: #808080;
}
.government-list .section1 .item .date span {
  display: block;
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
}
.government-list .section1 .item .txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 140px);
  padding-left: 3vw;
  border-left: 1px solid #e6e6e6;
}
.government-list .section1 .item h3 {
  font-size: 32px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.government-list .section1 .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .government-list .section1 .item:hover:before, .government-list .section1 .item:hover:after {
    opacity: 1;
  }
  .government-list .section1 .item:hover .line {
    opacity: 0;
  }
  .government-list .section1 .item:hover h3 {
    color: #293c8d;
  }
}

.recruit-page .section1 {
  position: relative;
}
.recruit-page .section1 img {
  display: block;
  width: 100%;
}
.recruit-page .section1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 140px;
  text-align: center;
}
.recruit-page .section1 h3 {
  font-size: 60px;
  color: #fff;
}
.recruit-page .section1 a {
  display: block;
  margin: 3vw auto 0;
  width: 200px;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  background-color: #293c8d;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .recruit-page .section1 a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}
.recruit-page .section2 {
  padding: 8vw 0;
  font-size: 0;
}
.recruit-page .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 2vw;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.recruit-page .section2 .item .icon {
  position: relative;
  width: 12.5vw;
  height: 12.5vw;
  margin: 0 auto;
}
.recruit-page .section2 .item .icon:before, .recruit-page .section2 .item .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(41, 60, 141, 0.1);
  border-radius: 50%;
}
.recruit-page .section2 .item i {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-page .section2 .item h3 {
  text-align: center;
  margin: 2vw 0;
  font-size: 24px;
  color: #333;
}
.recruit-page .section2 .item p {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
.recruit-page .section2 .item:nth-of-type(1) i {
  background-image: url("../images/recruit/icon-1.png");
}
@media screen and (min-width: 1025px) {
  .recruit-page .section2 .item:nth-of-type(1):hover i {
    background-image: url("../images/recruit/icon-1-on.png");
  }
}
.recruit-page .section2 .item:nth-of-type(2) i {
  background-image: url("../images/recruit/icon-2.png");
}
@media screen and (min-width: 1025px) {
  .recruit-page .section2 .item:nth-of-type(2):hover i {
    background-image: url("../images/recruit/icon-2-on.png");
  }
}
.recruit-page .section2 .item:nth-of-type(3) i {
  background-image: url("../images/recruit/icon-3.png");
}
@media screen and (min-width: 1025px) {
  .recruit-page .section2 .item:nth-of-type(3):hover i {
    background-image: url("../images/recruit/icon-3-on.png");
  }
}
.recruit-page .section2 .item:nth-of-type(4) i {
  background-image: url("../images/recruit/icon-4.png");
}
@media screen and (min-width: 1025px) {
  .recruit-page .section2 .item:nth-of-type(4):hover i {
    background-image: url("../images/recruit/icon-4-on.png");
  }
}
@media screen and (min-width: 1025px) {
  .recruit-page .section2 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .recruit-page .section2 .item:hover .icon:before, .recruit-page .section2 .item:hover .icon:after {
    -webkit-animation: circle-2 2s linear infinite;
    -moz-animation: circle-2 2s linear infinite;
    -ms-animation: circle-2 2s linear infinite;
    animation: circle-2 2s linear infinite;
  }
  .recruit-page .section2 .item:hover .icon:after {
    animation-delay: 1s;
  }
  .recruit-page .section2 .item:hover i {
    background-color: #293c8d;
  }
}
.recruit-page .section3 .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33.33vw;
  background-attachment: fixed;
}
.recruit-page .section4 {
  padding: 4vw 0 6vw;
}
.recruit-page .section4 .items {
  font-size: 0;
  margin: 2vw -12px 3vw;
  display: flex;
}
.recruit-page .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 24px 12px 0;
  border: 1px solid #e6e6e6;
  padding: 2vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-page .section4 .item h3 {
  font-size: 24px;
  color: #000;
}
.recruit-page .section4 .item .tip {
  margin-top: 10px;
}
.recruit-page .section4 .item .tip span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  margin-left: 3.5vw;
}
.recruit-page .section4 .item .tip span:nth-of-type(1) {
  margin-left: 0;
}
.recruit-page .section4 .item i {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #293c8d;
  margin: 1.5vw 0;
}
.recruit-page .section4 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.recruit-page .section4 .item .para.tit {
  color: #000;
}
.recruit-page .section4 .item .para.cont {
  height: 96px;
  overflow: hidden;
}
.recruit-page .section4 .item .btns {
  margin-top: 1.5vw;
  padding-top: 1.5vw;
  border-top: 1px solid #e6e6e6;
}
.recruit-page .section4 .item .btns a {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  font-size: 16px;
  line-height: 38px;
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-page .section4 .item .btns a:nth-of-type(1) {
  border-color: #a6a6a6;
  color: #808080;
}
.recruit-page .section4 .item .btns a:nth-of-type(2) {
  border-color: #293c8d;
  background-color: #293c8d;
  color: #fff;
  margin-left: 16%;
}
@media screen and (min-width: 1025px) {
  .recruit-page .section4 .item .btns a:hover {
    background-color: #293c8d;
    color: #fff;
    border-color: #293c8d;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}
.recruit-page .section4 .item .hide {
  display: none;
}
@media screen and (min-width: 1025px) {
  .recruit-page .section4 .item:nth-of-type(1), .recruit-page .section4 .item:nth-of-type(2), .recruit-page .section4 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .recruit-page .section4 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
.recruit-page .section4 a.more {
  display: block;
  width: 200px;
  font-size: 18px;
  line-height: 54px;
  border-radius: 30px;
  background-color: #293c8d;
  color: #fff;
  text-align: center;
  margin: 3vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .recruit-page .section4 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}

.recruit-popups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.recruit-popups .main {
  width: 100%;
  height: 100%;
}
.recruit-popups .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  cursor: pointer;
}
.recruit-popups .block {
  background-color: #fff;
  position: relative;
  padding: 10vh 12vh;
}
.recruit-popups .top-box {
  padding-bottom: 1.5vw;
  border-bottom: 2px solid #e6e6e6;
  overflow: hidden;
}
.recruit-popups .top-box h3 {
  font-size: 36px;
  color: #333;
  float: left;
  line-height: 40px;
}
.recruit-popups .top-box .tip {
  float: right;
  font-size: 0;
}
.recruit-popups .top-box .tip span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  color: #808080;
  margin-right: 4vw;
}
.recruit-popups .top-box .tip span:last-of-type {
  margin-right: 0;
}
.recruit-popups .bot-box {
  max-height: 54vh;
  min-height: 60px;
  overflow: auto;
  padding-right: 240px;
}
.recruit-popups .bot-box .box {
  padding-top: 2.5vw;
}
.recruit-popups .bot-box h4 {
  font-size: 24px;
  color: #333;
}
.recruit-popups .bot-box .para {
  font-size: 18px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.recruit-popups a {
  position: absolute;
  bottom: 10vh;
  right: 16vh;
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  background-color: #293c8d;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .recruit-popups a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}

.about-honor .section1 {
  padding: 4.5vw 0 6vw;
}
.about-honor .section1 .link {
  text-align: center;
  font-size: 0;
}
.about-honor .section1 .link a {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  font-size: 18px;
  color: #808080;
  line-height: 50px;
  border: 2px solid #a6a6a6;
  border-radius: 30px;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-honor .section1 .link a:hover, .about-honor .section1 .link a.active {
  background-color: #293c8d;
  color: #fff;
  border-color: #293c8d;
}
.about-honor .section1 .items {
  margin: 2vw -12px 3vw;
  font-size: 0;
}
.about-honor .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 24px 12px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-honor .section1 .item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .about-honor .section1 .item:nth-of-type(1), .about-honor .section1 .item:nth-of-type(2), .about-honor .section1 .item:nth-of-type(3), .about-honor .section1 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .about-honor .section1 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

.about-rd .section1 {
  padding: 6vw 0;
}
.about-rd .section1 h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 1.5vw;
}
.about-rd .section1 img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.about-rd .section1 .para {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  height: calc(100% - 30px);
  overflow: auto;
  padding-right: 20px;
}
.about-rd .section1 span {
  width: 18px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.png");
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-rd .section1 .top-box .box {
  font-size: 0;
  position: relative;
}
.about-rd .section1 .top-box .img-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  overflow: hidden;
}
.about-rd .section1 .top-box .txt-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 4.5vw;
  background-color: #293c8d;
}
.about-rd .section1 .top-box span {
  right: 4.5vw;
  bottom: 4.5vw;
}
@media screen and (min-width: 1025px) {
  .about-rd .section1 .top-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .about-rd .section1 .top-box:hover span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.about-rd .section1 .items {
  font-size: 0;
  margin: 0 -12px;
}
.about-rd .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 3vw 12px 0;
}
.about-rd .section1 .item .box {
  position: relative;
}
.about-rd .section1 .item .show {
  overflow: hidden;
}
.about-rd .section1 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 60, 141, 0.9);
  padding: 4vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.about-rd .section1 .item span {
  left: 4vw;
  bottom: 4vw;
}
@media screen and (min-width: 1025px) {
  .about-rd .section1 .item:hover .hide {
    opacity: 1;
  }
  .about-rd .section1 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .about-rd .section1 .item:hover span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.about-index .section6 {
  font-size: 0;
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-30.jpg");
}
.about-index .section6 .cont {
  margin-top: 2vw;
}
.about-index .section6 .img-box {
  width: 360px;
  display: inline-block;
  vertical-align: top;
}
.about-index .section6 .img-box img {
  display: block;
  width: 100%;
}
.about-index .section6 .txt-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 362px);
  padding-left: 3.125vw;
}
.about-index .section6 .txt-box:before {
  content: '';
  width: 70px;
  height: 60px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-21.png");
}
.about-index .section6 .para {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin-top: 2vw;
}
.about-index .section6 .tip {
  text-align: right;
  margin-top: 2vw;
}
.about-index .section6 .tip img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.about-index .section6 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}
.about-index .section1 {
  padding: 6vw 0;
  background-color: #f7f7f7;
}
.about-index .section1 .info {
  font-size: 0;
  margin-top: 1.5vw;
  background-color: #fff;
  padding: 3vw 6vw;
  display: flex;
  justify-content: space-between;
}
.about-index .section1 .item {
  position: relative;
  padding-left: 50px;
}
.about-index .section1 .item i {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-index .section1 .item .num, .about-index .section1 .item p {
  font-size: 18px;
  color: #333;
}
.about-index .section1 .item .num span {
  font-size: 60px;
  color: #293c8d;
  font-family: 'DINPro-Regular';
  line-height: 1;
}
.about-index .section1 .item p {
  max-width: 170px;
  margin-top: 10px;
}
.about-index .section1 .para {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  text-align: center;
  padding: 0 5vw;
  margin-top: 20px;
}
.about-index .section1 a.more {
  display: block;
  width: 200px;
  font-size: 18px;
  line-height: 54px;
  border-radius: 30px;
  background-color: #293c8d;
  color: #fff;
  text-align: center;
  margin: 3vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index .section1 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}
.about-index .section2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5vw 0 8vw;
}
.about-index .section2 .inner-tit h3 {
  color: #fff;
}
.about-index .section2 .inner-tit h3 b {
  color: #fff;
}
.about-index .section2 .items {
  font-size: 0;
  margin-top: 5vw;
}
.about-index .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.about-index .section2 .item .icon {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
.about-index .section2 .item .icon span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  opacity: .4;
  border-radius: 50%;
  -webkit-animation: range-1 1.5s linear infinite;
  -moz-animation: range-1 1.5s linear infinite;
  -ms-animation: range-1 1.5s linear infinite;
  animation: range-1 1.5s linear infinite;
}
.about-index .section2 .item .icon span:nth-of-type(1) {
  transform-origin: 48% 48%;
}
.about-index .section2 .item .icon span:nth-of-type(2) {
  transform-origin: 52% 48%;
  animation-delay: .5s;
}
.about-index .section2 .item .icon span:nth-of-type(3) {
  transform-origin: 48% 52%;
  animation-delay: 1s;
}
.about-index .section2 .item .icon i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
}
.about-index .section2 .item h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 2vw;
}
@media screen and (min-width: 1025px) {
  .about-index .section2 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.about-index .section3 {
  padding: 4.5vw 0;
}
.about-index .section3 .items {
  margin: 2vw -12px 0;
  font-size: 0;
}
.about-index .section3 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 24px 12px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-index .section3 .item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .about-index .section3 .item:nth-of-type(1), .about-index .section3 .item:nth-of-type(2), .about-index .section3 .item:nth-of-type(3), .about-index .section3 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .about-index .section3 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.about-index .section3 a.more {
  display: block;
  width: 200px;
  font-size: 18px;
  line-height: 54px;
  border-radius: 30px;
  background-color: #293c8d;
  color: #fff;
  text-align: center;
  margin: 2vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index .section3 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}
.about-index .section4 {
  height: 33.33vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-index .section5 {
  padding: 4vw 0 6vw;
}
.about-index .section5 .items {
  margin: 2vw -12px 0;
  font-size: 0;
}
.about-index .section5 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 3vw 12px 0;
}
.about-index .section5 .item .img-box {
  overflow: hidden;
}
.about-index .section5 .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.about-index .section5 .item h3 {
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .about-index .section5 .item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .about-index .section5 .item:nth-of-type(1), .about-index .section5 .item:nth-of-type(2), .about-index .section5 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .about-index .section5 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.about-index .section5 a.more {
  display: block;
  width: 200px;
  font-size: 18px;
  line-height: 54px;
  border-radius: 30px;
  background-color: #293c8d;
  color: #fff;
  text-align: center;
  margin: 3vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index .section5 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 60, 141, 0.3);
  }
}

.about-develop .section1 {
  padding: 4.5vw 0 6vw;
}
.about-develop .tab-wrap {
  max-width: 1200px;
  margin: 2vw auto 0;
}
.about-develop .tab-tit {
  font-size: 0;
  text-align: center;
}
.about-develop .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 24px) / 3);
  border-top: 3px solid #e6e6e6;
  font-size: 24px;
  color: #333;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-develop .tab-tit span:nth-of-type(2) {
  margin: 0 12px;
}
.about-develop .tab-tit span:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-develop .tab-tit span:nth-of-type(1):before {
  background-image: url("../images/about/icon-7-gray.png");
}
.about-develop .tab-tit span:nth-of-type(1):hover:before, .about-develop .tab-tit span:nth-of-type(1).active:before {
  background-image: url("../images/about/icon-7-on.png");
}
.about-develop .tab-tit span:nth-of-type(2):before {
  background-image: url("../images/about/icon-8-gray.png");
}
.about-develop .tab-tit span:nth-of-type(2):hover:before, .about-develop .tab-tit span:nth-of-type(2).active:before {
  background-image: url("../images/about/icon-8-on.png");
}
.about-develop .tab-tit span:nth-of-type(3):before {
  background-image: url("../images/about/icon-9-gray.png");
}
.about-develop .tab-tit span:nth-of-type(3):hover:before, .about-develop .tab-tit span:nth-of-type(3).active:before {
  background-image: url("../images/about/icon-9-on.png");
}
.about-develop .tab-tit span:hover, .about-develop .tab-tit span.active {
  color: #293c8d;
  border-color: #293c8d;
}
.about-develop .tab-cont {
  margin-top: 5vw;
}
.about-develop .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.about-develop .tab-cont .child.active {
  height: auto;
}
.about-develop .tab-cont .info {
  position: relative;
}
.about-develop .tab-cont .info i {
  position: absolute;
  right: 2.5vw;
  bottom: -2vw;
  width: 21vw;
  height: 21vw;
  max-width: 400px;
  max-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .05;
  z-index: 1;
}
.about-develop .tab-cont .info .img-box {
  width: 40%;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-develop .tab-cont .info .img-box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-develop .tab-cont .info .img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.about-develop .tab-cont .info .txt-box {
  margin-top: 3vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-develop .tab-cont .info h3 {
  font-size: 40px;
  color: #333;
}
.about-develop .tab-cont .info p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin-top: 20px;
}
.about-develop .tab-cont .tree {
  margin-top: 6vw;
  position: relative;
  padding: 3vw 0;
}
.about-develop .tab-cont .tree:before,
.about-develop .tab-cont .tree .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #e6e6e6;
}
.about-develop .tab-cont .tree:before {
  content: '';
  height: 100%;
  z-index: 1;
}
.about-develop .tab-cont .tree .line {
  height: 0;
  background-color: #293c8d;
  z-index: 2;
}
.about-develop .tab-cont ul {
  position: relative;
  z-index: 3;
}
.about-develop .tab-cont ul li {
  position: relative;
  width: 50%;
}
.about-develop .tab-cont ul li:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #293c8d;
  position: absolute;
  top: 30px;
  background-color: #fff;
}
.about-develop .tab-cont ul li .year {
  font-size: 60px;
  color: #333;
}
.about-develop .tab-cont ul li .para {
  font-size: 18px;
  line-height: 2;
  color: #808080;
}
.about-develop .tab-cont ul li.active:before {
  background-color: #293c8d;
}
@media screen and (min-width: 769px) {
  .about-develop .tab-cont ul li:nth-of-type(odd) {
    padding-left: 3vw;
    margin-left: 50%;
  }
  .about-develop .tab-cont ul li:nth-of-type(odd):before {
    left: -7px;
  }
  .about-develop .tab-cont ul li:nth-of-type(even) {
    padding-right: 3vw;
    text-align: right;
  }
  .about-develop .tab-cont ul li:nth-of-type(even):before {
    right: -7px;
  }
}
.about-develop .tab-cont .range {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-top: 3vw;
}

.about-intro .section1 {
  padding: 6vw 0;
  font-size: 0;
}
.about-intro .section1 .left-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.about-intro .section1 .left-box .inner-tit {
  text-align: left;
}
.about-intro .section1 .left-box .info {
  display: flex;
  flex-wrap: wrap;
}
.about-intro .section1 .left-box .item {
  width: 33.33%;
  position: relative;
  padding-left: 50px;
  margin-top: 4.5vw;
  padding-right: 10px;
}
.about-intro .section1 .left-box .item i {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-intro .section1 .left-box .item .num, .about-intro .section1 .left-box .item p {
  font-size: 18px;
  color: #333;
}
.about-intro .section1 .left-box .item .num span {
  font-size: 60px;
  color: #293c8d;
  font-family: 'DINPro-Regular';
  line-height: 1;
}
.about-intro .section1 .left-box .item p {
  max-width: 170px;
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
}
.about-intro .section1 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
.about-intro .section1 .right-box .img-box {
  display: inline-block;
  width: 70%;
  max-width: 480px;
  position: relative;
}
.about-intro .section1 .right-box .img-box:before, .about-intro .section1 .right-box .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-intro .section1 .right-box .img-box:before {
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
  top: -1.5vw;
  left: 3vw;
}
.about-intro .section1 .right-box .img-box:after {
  background-color: rgba(41, 60, 141, 0.1);
  z-index: 2;
  top: 1.5vw;
  left: 1.5vw;
}
.about-intro .section1 .right-box .img-box .img {
  position: relative;
  z-index: 3;
}
.about-intro .section1 .right-box .img-box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-intro .section1 .right-box .img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.about-intro .section2 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-intro .section2 .inner-tit h3 {
  color: #fff;
}
.about-intro .section2 .inner-tit h3 b {
  color: #fff;
}
.about-intro .section2 .items {
  margin: 2.5vw -12px 0;
  font-size: 0;
}
.about-intro .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 0 12px;
}
.about-intro .section2 .box {
  display: flex;
  display: -webkit-flex;
  flex: 1 1;
}
.about-intro .section2 .box .img-box {
  width: 23.8%;
  position: relative;
}
.about-intro .section2 .box .img-box:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg, rgba(41, 60, 141, 0), #293c8d);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.about-intro .section2 .box .img-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.about-intro .section2 .box .img-box span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5vw;
  font-size: 32px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.about-intro .section2 .box .map-box {
  display: inline-block;
  vertical-align: top;
  width: 76.2%;
  background-color: #fff;
}
.about-intro .section2 .box .map-box .map {
  width: 100%;
  height: 100%;
}
.about-intro .section3 {
  padding: 4.5vw 0 6vw;
}
.about-intro .section3 .items {
  margin-top: 2vw;
  font-size: 0;
}
.about-intro .section3 .item {
  display: inline-block;
  vertical-align: top;
  width: 15.5%;
  height: 480px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.about-intro .section3 .item:before {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.about-intro .section3 .item .bg-box {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 600px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 600px 480px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.about-intro .section3 .item .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5vw;
  text-align: center;
  padding: 0 20px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-intro .section3 .item i {
  display: block;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-intro .section3 .item h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 1.5vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-intro .section3 .item p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  max-width: 360px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .about-intro .section3 .item.active {
    width: 38%;
  }
  .about-intro .section3 .item.active:before {
    top: 0;
    background-image: linear-gradient(-180deg, rgba(41, 60, 141, 0), #293c8d);
  }
  .about-intro .section3 .item.active .txt-box {
    bottom: 3vw;
  }
  .about-intro .section3 .item.active h3 {
    font-size: 32px;
    margin-top: 3vw;
    margin-bottom: 10px;
  }
  .about-intro .section3 .item.active p {
    height: 72px;
  }
}
.about-intro .section4 {
  padding: 4.5vw 0 6vw;
  background-color: #f7f7f7;
}
.about-intro .section4 .items {
  font-size: 0;
  margin-top: 3vw;
  display: flex;
  flex: 1 1;
}
.about-intro .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  background-color: #fff;
  padding: 2.5vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-intro .section4 .item .top-box img {
  display: inline-block;
  vertical-align: middle;
  width: 159px;
}
.about-intro .section4 .item .top-box h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: calc(100% - 190px);
  margin-left: 30px;
}
.about-intro .section4 .item .top-box span {
  display: block;
  margin-top: 5px;
}
.about-intro .section4 .item .para {
  font-size: 18px;
  line-height: 2;
  color: #808080;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .about-intro .section4 .item:nth-of-type(2) {
    margin-left: 24px;
  }
  .about-intro .section4 .item:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.about-intro .section5 {
  padding: 4.5vw 0 6vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.about-intro .section5 canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-intro .section5 .wrapper {
  z-index: 2;
}
.about-intro .section5 .inner-tit h3 {
  color: #fff;
}
.about-intro .section5 .inner-tit h3 span {
  color: #fff;
}
.about-intro .section5 .inner-tit p {
  color: #fff;
}
.about-intro .section5 .cont {
  padding: 3vw 0;
  position: relative;
  overflow: hidden;
}
.about-intro .section5 .cont canvas {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-intro .section5 .items {
  max-width: 1200px;
  width: 78%;
  font-size: 0;
  text-align: center;
  margin: 3vw auto 0;
}
.about-intro .section5 .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.about-intro .section5 .item i {
  display: block;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.about-intro .section5 .item h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .about-intro .section5 .item:nth-of-type(1) {
    margin-top: 3vw;
  }
  .about-intro .section5 .item:nth-of-type(2) {
    margin-top: 1.5vw;
  }
}
.about-intro .section5 a.btn {
  display: block;
  width: 200px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-intro .section5 a.btn:hover {
    background-color: #fff;
    color: #293c8d;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
  }
}

.contact-page .section1 {
  margin-top: 6vw;
}
.contact-page .section1 .box {
  display: -webkit-flex;
  display: flex;
  flex: 1 1;
  box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
}
.contact-page .section1 .txt-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 6vw 7vw;
  background-color: #293c8d;
  color: #fff;
}
.contact-page .section1 .txt-box h3 {
  font-size: 32px;
}
.contact-page .section1 .txt-box h4 {
  font-size: 24px;
  margin-top: 1vw;
}
.contact-page .section1 .txt-box .info {
  margin-top: 2vw;
  font-size: 16px;
  line-height: 2;
}
.contact-page .section1 .map-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.contact-page .section1 .map {
  width: 100%;
  height: 100%;
}
.contact-page .section2 {
  margin: 3vw 0 6vw;
  font-size: 0;
}
.contact-page .section2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  margin-top: 4.5vw;
}
.contact-page .section2 .item .box {
  display: flex;
  display: -webkit-flex;
  flex: 1 1;
}
.contact-page .section2 .item .img-box {
  width: 19.5%;
  position: relative;
}
.contact-page .section2 .item .img-box img {
  display: block;
  width: 100%;
}
.contact-page .section2 .item .map-box {
  display: inline-block;
  vertical-align: top;
  width: 80.5%;
  background-color: #fff;
}
.contact-page .section2 .item .map-box .map {
  width: 100%;
  height: 100%;
}
.contact-page .section2 .item .info {
  margin: 1.5vw 0 0 19.5%;
}
.contact-page .section2 .item h3 {
  font-size: 32px;
  color: #333;
}
.contact-page .section2 .item h4 {
  font-size: 24px;
  color: #333;
  margin-top: 15px;
}
.contact-page .section2 .item .para {
  font-size: 16px;
  line-height: 2;
  margin-top: 3vw;
}
@media screen and (min-width: 769px) {
  .contact-page .section2 .item:nth-of-type(1), .contact-page .section2 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .contact-page .section2 .item:nth-of-type(even) {
    margin-left: 24px;
  }
}

.database-list {
  padding-top: 100px;
}
.database-list .section1 {
  padding: 6vw 0;
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/database/img-1.jpg");
  background-size: 100% auto;
  border-top: 1px solid #f0f0f0;
  font-size: 0;
}
.database-list .section1 .left-box {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  position: sticky;
  top: 180px;
}
.database-list .section1 .left-box h3 {
  font-size: 36px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 4px solid #293c8d;
}
.database-list .section1 .left-box .link {
  margin-top: 24px;
}
.database-list .section1 .left-box .link a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #333333;
  padding: 0 30px;
  transition: all .3s ease;
}
.database-list .section1 .left-box .link a:after {
  content: '';
  width: 8px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/database/icon-1.png");
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: all .3s ease;
}
.database-list .section1 .left-box .link a:hover, .database-list .section1 .left-box .link a.active {
  background-color: #293c8d;
  color: #fff;
}
.database-list .section1 .left-box .link a:hover:after, .database-list .section1 .left-box .link a.active:after {
  opacity: 1;
}
.database-list .section1 .right-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 360px);
  padding-left: 30px;
}
.database-list .section1 .right-box form {
  height: 60px;
  background-color: #fbfbfb;
  border: 1px solid #f0f0f0;
  position: relative;
  padding-right: 80px;
}
.database-list .section1 .right-box input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  padding: 0 30px;
  background-color: transparent;
}
.database-list .section1 .right-box button {
  width: 80px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/database/icon-2.png");
  position: absolute;
  right: 0;
  top: 0;
}
.database-list .section1 .right-box .items {
  margin-top: 30px;
  margin-bottom: 2vw;
  border-bottom: 4px solid #e6e6e6;
}
.database-list .section1 .right-box .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 3.125vw;
}
.database-list .section1 .right-box .item:nth-of-type(3n) {
  margin-right: 0;
}
.database-list .section1 .right-box .item .img-box {
  overflow: hidden;
}
.database-list .section1 .right-box .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.database-list .section1 .right-box .item h3 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  height: 64px;
  overflow: hidden;
}
.database-list .section1 .right-box .item .info {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e6e6e6;
}
.database-list .section1 .right-box .item .tip {
  display: inline-block;
  vertical-align: top;
  margin-right: 2vw;
  font-size: 14px;
  color: #808080;
}
.database-list .section1 .right-box .item span {
  color: #293c8d;
}
@media screen and (min-width: 1025px) {
  .database-list .section1 .right-box .item:hover img {
    transform: scale(1.1);
  }
}

.service-page-1 .c-section3 .txt-box {
  background-image: url("../images/service/img-2.png");
}
.service-page-1 .section2 {
  background-color: #f5f5f5;
  padding: 6vw 0;
}
.service-page-1 .section2 .tab-tit {
  margin: 2vw 0;
  text-align: center;
  font-size: 0;
}
.service-page-1 .section2 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  line-height: 44px;
  border: 2px solid #d9d9d9;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin: 0 12px;
  cursor: pointer;
  transition: all .3s ease;
}
.service-page-1 .section2 .tab-tit .item:hover, .service-page-1 .section2 .tab-tit .item.active {
  background-color: #293c8d;
  border-color: #293c8d;
  color: #fff;
}
.service-page-1 .section2 .tab-cont .child {
  display: none;
}
.service-page-1 .section2 .tab-cont .child.active {
  display: block;
}
.service-page-1 .section2 .tab-cont .item {
  margin-top: 10px;
}
.service-page-1 .section2 .tab-cont .item:nth-of-type(1) {
  margin-top: 0;
}
.service-page-1 .section2 .tab-cont .item .show {
  background-color: #fff;
  position: relative;
  padding: 1.5vw 6.25vw;
  cursor: pointer;
  transition: all .3s ease;
}
.service-page-1 .section2 .tab-cont .item .show h3 {
  font-size: 24px;
  color: #333333;
  transition: color .3s ease;
}
.service-page-1 .section2 .tab-cont .item .show p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #808080;
  transition: color .3s ease;
}
.service-page-1 .section2 .tab-cont .item .show:after {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-1-1.png");
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -12px;
  transition: all .3s ease;
}
.service-page-1 .section2 .tab-cont .item .hide {
  padding: 4.5vw 6.25vw;
  background-color: #fff;
  border: 1px solid #293c8d;
  display: none;
}
.service-page-1 .section2 .tab-cont .item .box {
  margin-top: 2vw;
  padding-top: 2vw;
  border-top: 1px solid #e6e6e6;
}
.service-page-1 .section2 .tab-cont .item .box:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.service-page-1 .section2 .tab-cont .item .box h3 {
  font-size: 24px;
  color: #333333;
}
.service-page-1 .section2 .tab-cont .item .box h3:before {
  content: '';
  width: 4px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
  background-color: #293c8d;
}
.service-page-1 .section2 .tab-cont .item .box .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.service-page-1 .section2 .tab-cont .item .box .img-box {
  margin-top: 2vw;
  font-size: 0;
}
.service-page-1 .section2 .tab-cont .item .box .img {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 24px;
  overflow: hidden;
}
.service-page-1 .section2 .tab-cont .item .box .img img {
  display: block;
  width: 100%;
}
.service-page-1 .section2 .tab-cont .item .box table {
  margin-top: 20px;
}
.service-page-1 .section2 .tab-cont .item .box table th {
  font-size: 14px;
  color: #666;
  padding: 5px 10px;
}
.service-page-1 .section2 .tab-cont .item .box table td {
  font-size: 14px;
  color: #808080;
  padding: 5px 10px;
}
.service-page-1 .section2 .tab-cont .item.active .show {
  background-color: #293c8d;
}
.service-page-1 .section2 .tab-cont .item.active .show h3, .service-page-1 .section2 .tab-cont .item.active .show p {
  color: #fff;
}
.service-page-1 .section2 .tab-cont .item.active .show:after {
  background-image: url("../images/service/icon-1-2.png");
}
.service-page-1 .section2 .tab-cont .item.active .hide {
  box-shadow: 0 20px 40px rgba(41, 60, 141, 0.2);
}
.service-page-1 .section3 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-3.jpg");
  background-attachment: fixed;
}
.service-page-1 .section3 .items {
  margin-top: 2vw;
  font-size: 0;
}
.service-page-1 .section3 .item {
  width: 25%;
  height: auto;
}
.service-page-1 .section3 .item:nth-of-type(odd) {
  background-color: #ffffff;
}
.service-page-1 .section3 .item:nth-of-type(even) {
  background-color: #f5f5f5;
}
.service-page-1 .section3 .item .img-box {
  overflow: hidden;
}
.service-page-1 .section3 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.service-page-1 .section3 .item .txt-box {
  padding: 1.5vw;
}
.service-page-1 .section3 .item h3 {
  font-size: 24px;
  color: #333;
}
.service-page-1 .section3 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-top: 10px;
}
.service-page-1 .section3 .item .more {
  margin-top: 1.5vw;
  text-align: right;
}
.service-page-1 .section3 .item a {
  font-size: 16px;
  color: #293c8d;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .service-page-1 .section3 .item:hover img {
    transform: scale(1.1);
  }
  .service-page-1 .section3 .item:hover a {
    opacity: 1;
    visibility: visible;
  }
}
.service-page-1 .section3 .pagination {
  text-align: center;
  margin-top: 2vw;
  font-size: 0;
}
.service-page-1 .section3 .pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 12px;
  background-color: #fff;
  transform: scale(0.75);
  opacity: .5;
  transition: all .3s ease;
  cursor: pointer;
}
.service-page-1 .section3 .pagination span.active {
  transform: scale(1);
  opacity: 1;
}

.service-page-2 .section1 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-11.jpg");
  background-attachment: fixed;
}
.service-page-2 .section1 .items {
  margin-top: 2vw;
  font-size: 0;
}
.service-page-2 .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  background-color: #fff;
}
.service-page-2 .section1 .item .img-box {
  overflow: hidden;
}
.service-page-2 .section1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.service-page-2 .section1 .item .txt-box {
  padding: 2vw;
}
.service-page-2 .section1 .item h3 {
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) {
  .service-page-2 .section1 .item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .service-page-2 .section1 .item:hover img {
    transform: scale(1.1);
  }
}
.service-page-2 .section1 a.more {
  display: block;
  width: 240px;
  line-height: 56px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 2vw;
  transition: all .3s ease;
}
.service-page-2 .section1 a.more:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .service-page-2 .section1 a.more:hover {
    transform: translateY(-5px);
  }
}

.service-page-3 .c-section3 .txt-box {
  background-image: url("../images/service/img-14.png");
}
.service-page-3 .section1 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-17.jpg");
  background-attachment: fixed;
}
.service-page-3 .section1 .items {
  margin-top: 2vw;
  font-size: 0;
}
.service-page-3 .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 3);
  background-color: #fff;
}
.service-page-3 .section1 .item .img-box {
  overflow: hidden;
}
.service-page-3 .section1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.service-page-3 .section1 .item .txt-box {
  padding: 2vw;
}
.service-page-3 .section1 .item h3 {
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-page-3 .section1 .item p {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  height: 96px;
  overflow: hidden;
  margin: 20px 0;
}
.service-page-3 .section1 .item span {
  display: inline-block;
  font-size: 16px;
  color: #293c8d;
}
.service-page-3 .section1 .item span:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .service-page-3 .section1 .item:hover img {
    transform: scale(1.1);
  }
}
.service-page-3 .section1 a.more {
  display: block;
  width: 240px;
  line-height: 56px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 2vw;
  transition: all .3s ease;
}
.service-page-3 .section1 a.more:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .service-page-3 .section1 a.more:hover {
    transform: translateY(-5px);
  }
}
.service-page-3 .section1 .pagination {
  text-align: center;
  margin-top: 2vw;
  font-size: 0;
}
.service-page-3 .section1 .pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 12px;
  background-color: #fff;
  transform: scale(0.75);
  opacity: .5;
  transition: all .3s ease;
  cursor: pointer;
}
.service-page-3 .section1 .pagination span.active {
  transform: scale(1);
  opacity: 1;
}

.service-page-4 .section1 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/service/img-22.jpg");
  background-attachment: fixed;
}
.service-page-4 .section1 .items {
  margin-top: 2vw;
  font-size: 0;
}
.service-page-4 .section1 .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  margin-right: 24px;
}
.service-page-4 .section1 .item .img-box {
  overflow: hidden;
  transition: transform .3s ease;
}
.service-page-4 .section1 .item img {
  display: block;
  width: 100%;
}
.service-page-4 .section1 .item .show {
  padding: 2vw;
  background-color: #fff;
}
.service-page-4 .section1 .item .show h3 {
  color: #333;
}
.service-page-4 .section1 .item h3 {
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-page-4 .section1 .item .hide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #293c8d;
  padding: 2vw;
  opacity: 0;
  transition: all .3s ease;
}
.service-page-4 .section1 .item .hide h3 {
  color: #fff;
}
.service-page-4 .section1 .item p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  max-height: 128px;
  overflow: hidden;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .service-page-4 .section1 .item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .service-page-4 .section1 .item:hover .img-box {
    transform: scale(0.93);
  }
  .service-page-4 .section1 .item:hover .hide {
    opacity: 1;
  }
}
.service-page-4 .section1 a.more {
  display: block;
  width: 240px;
  line-height: 56px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 2vw;
  transition: all .3s ease;
}
.service-page-4 .section1 a.more:after {
  content: '';
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .service-page-4 .section1 a.more:hover {
    transform: translateY(-5px);
  }
}

/* other */
.search-s2 {
  position: relative;
  background-color: #fff;
  padding: 4.5vw 0 6vw;
}
.search-s2 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.search-s2 .tip {
  font-size: 18px;
  color: #333;
}
.search-s2 .tip b {
  color: #293c8d;
}
.search-s2 .nocont {
  margin-top: 20px;
}
.search-s2 .items {
  margin-bottom: 2vw;
}
.search-s2 .item {
  border-bottom: 8px solid #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-s2 .item a {
  display: block;
  padding: 3.125vw 0;
}
.search-s2 .item .date {
  font-size: 14px;
  color: #293c8d;
  font-style: italic;
}
.search-s2 .item h3 {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.search-s2 .item span {
  display: inline-block;
  font-size: 16px;
  color: #293c8d;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #293c8d;
  }
}

@media screen and (max-width: 1800px) {
  .index-main .section4 .buttons {
    top: 28vw;
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner form {
    height: 50px;
    max-width: 500px;
  }

  .inner-banner input {
    font-size: 15px;
  }

  .inner-banner .txt-box h3,
  .index-main .section1 .item h3,
  .recruit-page .section1 h3 {
    font-size: 50px;
  }

  .inner-banner .txt-box p,
  .index-main .section1 .item p {
    font-size: 18px;
  }

  .c-nav a {
    font-size: 15px;
    line-height: 58px;
  }

  .index-main .section7 .item {
    height: 420px;
  }

  .index-main .section7 .item .show h3 {
    font-size: 18px;
  }

  .index-main .section7 .item .show span {
    font-size: 20px;
  }

  .index-main .section7 .item .hide span {
    font-size: 80px;
  }

  .index-main .section7 .item .hide h3 {
    font-size: 20px;
  }

  .inner-tit h3,
  .about-develop .tab-cont .info h3,
  .about-rd .section1 h3,
  .database-list .section1 .left-box h3,
  .index-tit h3,
  .news-detail .section1 .left-box h3,
  .government-list .section1 .item .date span,
  .recruit-popups .top-box h3 {
    font-size: 32px;
  }

  .about-develop .tab-tit span,
  .about-index .section2 .item h3,
  .about-intro .section4 .item .top-box h3,
  .contact-page .section1 .txt-box h4,
  .contact-page .section2 .item h4,
  .database-list .section1 .right-box .item h3,
  .index-main .section4 .item h3,
  .news-detail .section1 .right-box h3,
  .government-list .section1 .item .date,
  .recruit-page .section2 .item h3,
  .recruit-page .section4 .item h3,
  .recruit-popups .bot-box h4,
  .service-page-1 .section2 .tab-cont .item .show h3,
  .service-page-1 .section2 .tab-cont .item .box h3,
  .service-page-1 .section3 .item h3,
  .c-section1 .pic-box .tab-tit span,
  .service-page-2 .section1 .item h3,
  .c-section2 .bot-box .p-item h3,
  .service-page-3 .section1 .item h3,
  .c-section2 .bot-box .field-box .field-txt h3,
  .service-page-4 .section1 .item h3 {
    font-size: 20px;
  }

  .about-develop .tab-tit span:before {
    width: 20px;
    height: 20px;
  }

  .inner-tit p,
  .about-develop .tab-cont .info p,
  .about-develop .tab-cont ul li .para,
  .about-index .section1 .para,
  .about-index .section1 .item .num,
  .about-index .section1 .item p,
  .about-index .section6 .para,
  .about-index .section6 span,
  .about-intro .section1 .left-box .item .num,
  .about-intro .section1 .left-box .item p,
  .about-intro .section3 .item h3,
  .about-intro .section3 .item p,
  .about-intro .section4 .item .para,
  .about-intro .section5 .item h3,
  .about-rd .section1 .para,
  .database-list .section1 .left-box .link a,
  .index-main .section2 .item h3,
  .news-detail .section1 .left-box .date,
  .news-detail .section1 .right-box .link a,
  .news-list .section1 .item h3,
  .recruit-popups .bot-box .para,
  .c-section3 .para,
  .c-section1 .para,
  .c-section1 .pic-box .item p {
    font-size: 16px;
  }

  .about-develop .tab-cont ul li .year,
  .about-index .section1 .item .num span,
  .about-intro .section1 .left-box .item .num span,
  .index-main .section3 .item span {
    font-size: 50px;
  }

  .about-develop .tab-cont .range {
    font-size: 30px;
  }

  .about-honor .section1 .link a,
  .about-index .section1 a.more,
  .about-index .section3 a.more,
  .about-index .section5 a.more,
  .about-intro .section5 a.btn,
  .recruit-page .section1 a,
  .recruit-page .section4 a.more,
  .recruit-popups a {
    width: 180px;
    font-size: 16px;
    line-height: 46px;
  }

  .about-index .section1 .item i,
  .about-intro .section1 .left-box .item i {
    width: 26px;
    height: 26px;
  }

  .about-index .section2 .item .icon {
    width: 140px;
    height: 140px;
  }

  .about-index .section6 .txt-box:before {
    width: 60px;
    height: 50px;
  }

  .about-index .section5 .item h3,
  .index-main .section4 .item .t-box,
  .c-section2 .bot-box .item h3 {
    font-size: 18px;
  }

  .about-intro .section2 .box .img-box span,
  .about-intro .section3 .item.active h3,
  .contact-page .section1 .txt-box h3,
  .contact-page .section2 .item h3,
  .government-list .section1 .item h3 {
    font-size: 26px;
  }

  .about-intro .section3 .item i {
    height: 40px;
  }

  .about-intro .section3 .item h3 {
    line-height: 26px;
  }

  .about-intro .section3 .item p {
    line-height: 26px;
  }

  .about-intro .section3 .item.active p {
    height: 52px;
  }

  .about-intro .section5 .item i {
    width: 110px;
    height: 110px;
  }

  .contact-page .section1 .txt-box .info,
  .contact-page .section2 .item .para,
  .index-main .section3 .item p,
  .index-main .section3 .item i,
  .index-main .section4 .item p,
  .index-main .section4 .item a,
  .news-detail .section1 .left-box .other a,
  .news-detail .section1 .right-box a.more,
  .news-list .section1 .item .date,
  .government-list .section1 .item p,
  .recruit-page .section2 .item p,
  .recruit-page .section4 .item .tip span,
  .recruit-page .section4 .item .para,
  .recruit-page .section4 .item .btns a,
  .recruit-popups .top-box .tip span,
  .service-page-1 .section2 .tab-tit .item,
  .service-page-1 .section2 .tab-cont .item .show p,
  .service-page-1 .section2 .tab-cont .item .box .para,
  .service-page-1 .section3 .item p,
  .service-page-1 .section3 .item a,
  .c-section1 .data .item h3,
  .c-section2 .bot-box .p-item p,
  .service-page-3 .section1 .item p,
  .service-page-3 .section1 .item span,
  .c-section2 .bot-box .field-box .field-txt .para,
  .service-page-4 .section1 .item p {
    font-size: 15px;
  }

  .database-list .section1 .left-box {
    width: 320px;
  }

  .database-list .section1 .left-box .link a,
  .news-detail .section1 .right-box a.more {
    line-height: 54px;
  }

  .database-list .section1 .right-box form {
    height: 54px;
  }

  .index-main .section2 .item .box:after {
    width: 36px;
    height: 36px;
  }

  .index-main .section4 .item a {
    width: 160px;
    line-height: 40px;
  }

  .news-detail,
  .database-list {
    padding-top: 80px;
  }

  .news-detail .section1 .right-box .link a {
    line-height: 26px;
  }

  .news-detail .section1 .right-box .link a:before {
    top: 11px;
  }

  .news-list .section1 .item h3 {
    line-height: 26px;
    height: 52px;
  }

  .government-list .section1 .item .date span {
    margin-bottom: 15px;
  }

  .recruit-page .section2 .item i {
    background-size: auto 60px;
  }

  .recruit-page .section4 .item .para.cont {
    line-height: 26px;
    height: 78px;
  }

  .service-page-1 .section2 .tab-tit .item {
    width: 160px;
    line-height: 40px;
  }

  .c-section1 .data .item span {
    font-size: 80px;
  }

  .c-section1 .data .item em {
    font-size: 36px;
  }

  .service-page-2 .section1 a.more,
  .service-page-4 .section1 a.more {
    width: 220px;
    line-height: 50px;
    font-size: 15px;
  }

  .service-page-3 .section1 .item p {
    line-height: 26px;
    height: 78px;
  }

  .service-page-4 .section1 .item p {
    line-height: 26px;
    max-height: 104px;
  }

  .search-s2 .item h3 {
    font-size: 18px;
  }

  .search-s2 .item .url {
    font-size: 14px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .inner-banner .txt-box h3,
  .index-main .section1 .item h3,
  .recruit-page .section1 h3 {
    font-size: 40px;
  }

  .inner-banner .txt-box p,
  .index-main .section1 .item p {
    font-size: 16px;
  }

  .c-nav a {
    font-size: 14px;
    line-height: 50px;
  }

  .index-main .section7 .item {
    height: 380px;
  }

  .index-main .section7 .item .show h3 {
    font-size: 16px;
  }

  .index-main .section7 .item .show span {
    font-size: 18px;
  }

  .index-main .section7 .item .hide span {
    font-size: 60px;
  }

  .index-main .section7 .item .hide h3 {
    font-size: 18px;
  }

  .inner-tit h3,
  .about-develop .tab-cont .info h3,
  .about-rd .section1 h3,
  .database-list .section1 .left-box h3,
  .index-tit h3,
  .news-detail .section1 .left-box h3,
  .government-list .section1 .item .date span,
  .recruit-popups .top-box h3 {
    font-size: 26px;
  }

  .about-develop .tab-tit span,
  .about-index .section2 .item h3,
  .about-intro .section4 .item .top-box h3,
  .contact-page .section1 .txt-box h4,
  .contact-page .section2 .item h4,
  .database-list .section1 .right-box .item h3,
  .index-main .section4 .item h3,
  .news-detail .section1 .right-box h3,
  .government-list .section1 .item .date,
  .recruit-page .section2 .item h3,
  .recruit-page .section4 .item h3,
  .recruit-popups .bot-box h4,
  .service-page-1 .section2 .tab-cont .item .show h3,
  .service-page-1 .section2 .tab-cont .item .box h3,
  .service-page-1 .section3 .item h3,
  .c-section1 .pic-box .tab-tit span,
  .service-page-2 .section1 .item h3,
  .c-section2 .bot-box .p-item h3,
  .service-page-3 .section1 .item h3,
  .c-section2 .bot-box .field-box .field-txt h3,
  .service-page-4 .section1 .item h3 {
    font-size: 18px;
  }

  .inner-tit p,
  .about-develop .tab-cont .info p,
  .about-develop .tab-cont ul li .para,
  .about-index .section1 .para,
  .about-index .section1 .item .num,
  .about-index .section1 .item p,
  .about-index .section6 .para,
  .about-index .section6 span,
  .about-intro .section1 .left-box .item .num,
  .about-intro .section1 .left-box .item p,
  .about-intro .section3 .item h3,
  .about-intro .section3 .item p,
  .about-intro .section4 .item .para,
  .about-intro .section5 .item h3,
  .about-rd .section1 .para,
  .database-list .section1 .left-box .link a,
  .index-main .section2 .item h3,
  .news-detail .section1 .left-box .date,
  .news-detail .section1 .right-box .link a,
  .news-list .section1 .item h3,
  .recruit-popups .bot-box .para,
  .c-section3 .para,
  .c-section1 .para,
  .c-section1 .pic-box .item p {
    font-size: 15px;
  }

  .about-develop .tab-cont ul li .year,
  .about-index .section1 .item .num span,
  .about-intro .section1 .left-box .item .num span,
  .index-main .section3 .item span {
    font-size: 40px;
  }

  .about-develop .tab-cont .range {
    font-size: 26px;
  }

  .about-honor .section1 .link a,
  .about-index .section1 a.more,
  .about-index .section3 a.more,
  .about-index .section5 a.more,
  .about-intro .section5 a.btn,
  .recruit-page .section1 a,
  .recruit-page .section4 a.more,
  .recruit-popups a {
    width: 150px;
    font-size: 15px;
    line-height: 40px;
  }

  .about-index .section2 .item .icon {
    width: 120px;
    height: 120px;
  }

  .about-index .section6 .img-box {
    width: 300px;
  }

  .about-index .section6 .txt-box {
    width: calc(100% - 302px);
  }

  .about-index .section6 .txt-box:before {
    width: 50px;
    height: 40px;
  }

  .about-index .section5 .item h3,
  .index-main .section4 .item .t-box,
  .c-section2 .bot-box .item h3 {
    font-size: 16px;
  }

  .about-intro .section2 .box .img-box span,
  .about-intro .section3 .item.active h3,
  .contact-page .section1 .txt-box h3,
  .contact-page .section2 .item h3,
  .government-list .section1 .item h3 {
    font-size: 22px;
  }

  .database-list .section1 .left-box {
    width: 280px;
  }

  .database-list .section1 .left-box .link a,
  .news-detail .section1 .right-box a.more {
    line-height: 50px;
  }

  .database-list .section1 .right-box .item h3 {
    line-height: 26px;
    height: 52px;
  }

  .index-main .section2 .item a {
    padding: 1.5vw 2vw;
  }

  .contact-page .section1 .txt-box .info,
  .contact-page .section2 .item .para,
  .index-main .section3 .item p,
  .index-main .section3 .item i,
  .index-main .section4 .item p,
  .index-main .section4 .item a,
  .news-detail .section1 .left-box .other a,
  .news-detail .section1 .right-box a.more,
  .news-list .section1 .item .date,
  .government-list .section1 .item p,
  .recruit-page .section2 .item p,
  .recruit-page .section4 .item .tip span,
  .recruit-page .section4 .item .para,
  .recruit-page .section4 .item .btns a,
  .recruit-popups .top-box .tip span,
  .service-page-1 .section2 .tab-tit .item,
  .service-page-1 .section2 .tab-cont .item .show p,
  .service-page-1 .section2 .tab-cont .item .box .para,
  .service-page-1 .section3 .item p,
  .service-page-1 .section3 .item a,
  .c-section1 .data .item h3,
  .c-section2 .bot-box .p-item p,
  .service-page-3 .section1 .item p,
  .service-page-3 .section1 .item span,
  .c-section2 .bot-box .field-box .field-txt .para,
  .service-page-4 .section1 .item p {
    font-size: 14px;
  }

  .database-list .section1 .left-box,
  .news-detail .section1 .right-box {
    top: 130px;
  }

  .news-detail .section1 .right-box .link a {
    margin-top: 10px;
  }

  .recruit-page .section2 .item i {
    background-size: auto 50px;
  }

  .service-page-1 .section2 .tab-tit .item {
    width: 140px;
    line-height: 36px;
  }

  .c-section1 .data .item span {
    font-size: 60px;
  }

  .c-section1 .data .item em {
    font-size: 30px;
  }

  .service-page-2 .section1 a.more,
  .service-page-4 .section1 a.more {
    width: 200px;
    font-size: 14px;
    line-height: 46px;
  }

  .c-section2 .bot-box .field-box .cont {
    height: 400px;
  }

  .search-s2 .item h3 {
    margin-top: 10px;
  }

  .search-s2 .item .url {
    margin-top: 10px;
  }

  .search-s2 .item span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 90%;
  }

  .index-main .section7 .item .img-box {
    width: 58vw;
  }

  .about-index .section1 .info {
    padding: 3vw;
  }

  .about-index .section1 .item {
    padding-left: 40px;
  }

  .about-rd .section1 .item .hide {
    position: static;
    opacity: 1;
    padding: 20px;
  }

  .about-rd .section1 .para {
    max-height: 180px;
  }

  .news-detail,
  .database-list {
    padding-top: 0;
  }

  .index-main .section4 .buttons {
    top: 31vw;
  }

  .index-main .section5 .button {
    display: none;
  }

  .index-main .section5 .cont {
    margin: 2vw 0 0;
    padding: 0;
  }

  .c-nav {
    top: 58px;
  }

  .service-page-1 .section3 .item a {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner .txt-box h3,
  .index-main .section1 .item h3,
  .recruit-page .section1 h3 {
    font-size: 24px;
  }

  .inner-banner .txt-box p,
  .index-main .section1 .item p {
    font-size: 14px;
  }

  .inner-tit h3,
  .about-develop .tab-cont .info h3,
  .about-rd .section1 h3,
  .database-list .section1 .left-box h3,
  .index-tit h3,
  .news-detail .section1 .left-box h3,
  .government-list .section1 .item .date span,
  .recruit-popups .top-box h3 {
    font-size: 20px;
  }

  .inner-tit p,
  .about-develop .tab-cont .info p,
  .about-develop .tab-cont ul li .para,
  .about-index .section1 .para,
  .about-index .section1 .item .num,
  .about-index .section1 .item p,
  .about-index .section6 .para,
  .about-index .section6 span,
  .about-intro .section1 .left-box .item .num,
  .about-intro .section1 .left-box .item p,
  .about-intro .section3 .item h3,
  .about-intro .section3 .item p,
  .about-intro .section4 .item .para,
  .about-intro .section5 .item h3,
  .about-rd .section1 .para,
  .database-list .section1 .left-box .link a,
  .news-detail .section1 .left-box .date,
  .news-detail .section1 .right-box .link a,
  .recruit-popups .bot-box .para,
  .c-section3 .para,
  .c-section1 .para,
  .c-section1 .pic-box .item p {
    font-size: 14px;
  }

  .inner-tit p,
  .about-develop .tab-cont .info p,
  .about-develop .tab-cont ul li .para,
  .about-index .section1 .para,
  .about-intro .section3 .item p,
  .about-intro .section4 .item .para,
  .about-intro .section5 .item h3,
  .about-rd .section1 .para,
  .news-detail .section1 .left-box .date,
  .news-detail .section1 .right-box .link a,
  .news-list .section1 .item h3,
  .recruit-popups .bot-box .para,
  .c-section3 .para,
  .c-section1 .para,
  .c-section1 .pic-box .item p {
    line-height: 24px;
  }

  .about-develop .tab-tit span,
  .about-index .section2 .item h3,
  .about-intro .section4 .item .top-box h3,
  .contact-page .section1 .txt-box h4,
  .contact-page .section2 .item h4,
  .database-list .section1 .right-box .item h3,
  .index-main .section4 .item h3,
  .government-list .section1 .item .date,
  .recruit-page .section2 .item h3,
  .recruit-page .section4 .item h3,
  .recruit-popups .bot-box h4,
  .service-page-1 .section2 .tab-cont .item .show h3,
  .service-page-1 .section2 .tab-cont .item .box h3,
  .service-page-1 .section3 .item h3,
  .c-section1 .pic-box .tab-tit span,
  .service-page-2 .section1 .item h3,
  .c-section2 .bot-box .p-item h3,
  .service-page-3 .section1 .item h3,
  .c-section2 .bot-box .field-box .field-txt h3,
  .service-page-4 .section1 .item h3 {
    font-size: 16px;
  }

  .about-honor .section1 .link a,
  .about-index .section1 a.more,
  .about-index .section3 a.more,
  .about-index .section5 a.more,
  .about-intro .section5 a.btn,
  .recruit-page .section1 a,
  .recruit-page .section4 a.more,
  .recruit-popups a {
    width: 120px;
    line-height: 36px;
    font-size: 14px;
  }

  .about-develop .tab-cont ul li .year,
  .about-index .section1 .item .num span,
  .about-intro .section1 .left-box .item .num span,
  .index-main .section3 .item span {
    font-size: 28px;
  }

  .about-intro .section2 .box .img-box span,
  .about-intro .section3 .item h3,
  .about-intro .section3 .item.active h3,
  .contact-page .section1 .txt-box h3,
  .contact-page .section2 .item h3,
  .government-list .section1 .item h3 {
    font-size: 16px;
  }

  .inner-banner .txt-box p {
    margin-top: 10px;
  }

  .inner-banner img {
    height: 50vw;
    object-fit: cover;
  }

  .c-nav {
    padding: 0;
    text-align: center;
  }

  .c-nav .main {
    display: block;
  }

  .c-nav .left-box {
    display: none;
  }

  .c-nav a {
    line-height: 40px;
  }

  .c-nav .right-box a {
    padding: 0 10px;
    margin-left: 0;
  }

  .c-nav .right-box a:before {
    height: 2px;
  }

  .about-develop .section1 {
    padding: 40px 0;
  }

  .inner-tit h3 {
    font-weight: bold;
  }

  .about-develop .tab-wrap {
    margin-top: 20px;
  }

  .about-develop .tab-tit span {
    font-size: 14px;
    padding: 10px 0;
    border-top-width: 2px;
    width: calc((100% - 10px) / 3);
  }

  .about-develop .tab-tit span:nth-of-type(2) {
    margin: 0 5px;
  }

  .about-develop .tab-tit span::before {
    width: 16px;
    height: 16px;
    margin: -3px 5px 0 0;
  }

  .about-develop .tab-cont {
    margin-top: 15px;
  }

  .about-develop .tab-cont .info i {
    display: none;
  }

  .about-develop .tab-cont .info .img-box {
    width: 80%;
  }

  .about-develop .tab-cont .info .txt-box {
    margin-top: 15px;
  }

  .about-develop .tab-cont .info p {
    margin-top: 10px;
  }

  .about-develop .tab-cont .tree {
    margin-top: 20px;
    padding: 0;
  }

  .about-develop .tab-cont .tree:before,
  .about-develop .tab-cont .tree .line {
    display: none;
  }

  .about-develop .tab-cont ul li {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }
  .about-develop .tab-cont ul li:nth-of-type(1) {
    margin-top: 0;
  }

  .about-develop .tab-cont ul li:before {
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
  }

  .about-develop .tab-cont .range {
    font-size: 20px;
    margin-top: 20px;
  }

  .about-honor .section1 {
    padding: 40px 0;
  }

  .about-honor .section1 .link a {
    margin: 0 5px;
    border-width: 1px;
  }

  .about-honor .section1 .items {
    margin: 20px 0;
  }

  .about-honor .section1 .item {
    width: calc(50% - 5px);
    margin: 10px 0 0;
  }
  .about-honor .section1 .item:nth-of-type(1), .about-honor .section1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .about-honor .section1 .item:nth-of-type(even) {
    margin-left: 10px;
  }

  .comm_pages ul li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .about-index .section1 {
    padding: 40px 0;
  }

  .about-index .section1 .info {
    padding: 15px 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    font-size: 0;
  }

  .about-index .section1 .item,
  .about-intro .section1 .left-box .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    margin-top: 15px;
  }
  .about-index .section1 .item:nth-of-type(even),
  .about-intro .section1 .left-box .item:nth-of-type(even) {
    margin-left: 10px;
  }
  .about-index .section1 .item:nth-of-type(1), .about-index .section1 .item:nth-of-type(2),
  .about-intro .section1 .left-box .item:nth-of-type(1),
  .about-intro .section1 .left-box .item:nth-of-type(2) {
    margin-top: 0;
  }

  .about-index .section1 .item i {
    top: 28px;
    bottom: auto;
  }

  .about-index .section1 .para {
    padding: 0;
    margin-top: 15px;
  }

  .about-index .section1 a.more {
    margin-top: 20px;
  }

  .about-index .section2 {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .about-index .section2 .items {
    margin-top: 20px;
  }

  .about-index .section2 .item .icon {
    width: 80px;
    height: 80px;
  }

  .about-index .section2 .item .icon i {
    background-size: auto 30px;
  }

  .about-index .section2 .item h3 {
    margin-top: 20px;
  }

  .about-index .section3 {
    padding: 40px 0;
  }

  .about-index .section3 .items {
    margin: 20px 0 0;
  }

  .about-index .section3 .item {
    width: calc(50% - 5px);
    margin: 10px 0 0;
  }
  .about-index .section3 .item:nth-of-type(1), .about-index .section3 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .about-index .section3 .item:nth-of-type(even) {
    margin-left: 10px;
  }

  .about-index .section3 a.more {
    margin-top: 20px;
  }

  .about-index .section4 {
    height: 50vw;
    background-attachment: inherit;
  }

  .about-index .section5 {
    padding: 40px 0;
  }

  .about-index .section5 .items {
    margin: 20px 0 0;
  }

  .about-index .section5 a.more {
    margin-top: 20px;
  }

  .about-index .section5 .item {
    width: calc(50% - 5px);
    margin: 15px 0 0;
  }
  .about-index .section5 .item:nth-of-type(1), .about-index .section5 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .about-index .section5 .item:nth-of-type(even) {
    margin-left: 10px;
  }

  .about-index .section5 .item h3 {
    margin-top: 10px;
  }

  .about-index .section5 .item h3,
  .index-main .section4 .item .t-box {
    font-size: 14px;
  }

  .about-index .section6 {
    padding: 40px 0;
  }

  .about-index .section6 .cont {
    margin-top: 20px;
  }

  .about-index .section6 .img-box {
    width: 100%;
  }

  .about-index .section6 .txt-box {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .about-index .section6 .txt-box:before {
    width: 30px;
    height: 24px;
  }

  .about-index .section6 .para {
    line-height: 24px;
    margin-top: 20px;
  }

  .about-index .section6 .tip {
    margin-top: 20px;
  }

  .about-index .section6 .tip img {
    height: 40px;
  }

  .about-intro .section1 {
    padding: 40px 0;
  }

  .about-intro .section1 .left-box {
    width: 100%;
  }

  .about-intro .section1 .left-box .item {
    padding-right: 0;
    padding-left: 40px;
  }

  .about-intro .section1 .left-box .item p {
    height: auto;
  }

  .about-intro .section1 .left-box .info {
    margin-top: 20px;
  }

  .about-intro .section1 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .about-intro .section1 .right-box .img-box {
    width: 100%;
  }

  .about-intro .section1 .right-box .img-box:before,
  .about-intro .section1 .right-box .img-box:after {
    display: none;
  }

  .about-intro .section2 {
    padding: 40px 0;
  }

  .about-intro .section2 .items {
    margin: 20px 0 0;
  }

  .about-intro .section2 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-intro .section2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-intro .section2 .box .img-box span {
    bottom: 20px;
  }

  .about-intro .section3 {
    padding: 40px 0;
  }

  .about-intro .section3 .items {
    margin-top: 20px;
  }

  .about-intro .section3 .item {
    width: 100%;
    height: 200px;
  }

  .about-intro .section3 .item .txt-box {
    bottom: 20px;
  }

  .about-intro .section3 .item i {
    height: 36px;
  }

  .about-intro .section3 .item h3 {
    margin-top: 15px;
  }

  .about-intro .section3 .item p {
    height: 48px;
    margin-top: 15px;
  }

  .about-intro .section3 .item.active p {
    height: 48px;
  }

  .about-intro .section3 .item:before {
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .about-intro .section4 {
    padding: 40px 0;
  }

  .about-intro .section4 .items {
    margin-top: 20px;
    display: block;
  }

  .about-intro .section4 .item {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .about-intro .section4 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-intro .section4 .item .top-box img {
    width: 100px;
  }

  .about-intro .section4 .item .top-box h3 {
    width: calc(100% - 110px);
    margin-left: 10px;
  }

  .about-intro .section4 .item .para {
    margin-top: 15px;
  }

  .about-intro .section5 {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .about-intro .section5 .cont {
    padding: 20px 0;
  }

  .about-intro .section5 .cont canvas {
    display: none;
  }

  .about-intro .section5 .items {
    width: 100%;
    margin: 0 auto;
  }

  .about-intro .section5 .item {
    padding: 0 5px;
  }

  .about-intro .section5 .item i {
    width: 80px;
    height: 80px;
    background-size: auto 30px;
  }

  .about-intro .section5 .item h3 {
    margin-top: 15px;
  }

  .about-rd .section1 {
    padding: 40px 0;
  }

  .about-rd .section1 h3 {
    margin-bottom: 15px;
    font-weight: bold;
  }

  .about-rd .section1 .top-box .box {
    display: block;
  }

  .about-rd .section1 .top-box .img-box {
    width: 100%;
  }

  .about-rd .section1 .top-box .txt-box {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
  }

  .about-rd .section1 .para {
    color: #333;
    height: auto;
    max-height: none;
    padding: 0;
  }

  .about-rd .section1 .items {
    margin: 0;
  }

  .about-rd .section1 .item {
    width: 100%;
    margin: 30px 0 0;
  }

  .about-rd .section1 .item .hide {
    position: static;
    opacity: 1;
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
  }

  .about-rd .section1 .item span {
    opacity: 1;
    display: block;
    position: static;
    transform: none;
    margin-top: 10px;
    background-image: url("../images/about/icon-1-on.png");
  }

  .contact-page .section1 {
    margin-top: 40px;
  }

  .contact-page .section1 .box {
    display: block;
  }

  .contact-page .section1 .txt-box {
    width: 100%;
    padding: 25px 20px;
  }

  .contact-page .section1 .txt-box h4 {
    margin-top: 10px;
  }

  .contact-page .section1 .txt-box .info {
    margin-top: 15px;
  }

  .contact-page .section1 .map-box {
    width: 100%;
    height: 150px;
  }

  .contact-page .section2 {
    margin: 40px 0;
  }

  .contact-page .section2 .item {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .section2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-page .section2 .item .info {
    margin: 15px 0 0;
  }

  .contact-page .section2 .item h4 {
    margin-top: 10px;
  }

  .contact-page .section2 .item .para {
    margin-top: 15px;
    line-height: 24px;
  }

  .database-list .c-nav {
    display: none;
  }

  .database-list .section1 {
    padding: 40px 0;
    border: none;
  }

  .database-list .section1 .left-box {
    width: 100%;
    position: static;
  }

  .database-list .section1 .left-box h3 {
    border-width: 2px;
  }

  .database-list .section1 .left-box .link {
    margin-top: 15px;
  }

  .database-list .section1 .left-box .link a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px;
  }

  .database-list .section1 .left-box .link a:after {
    display: none;
  }

  .database-list .section1 .left-box .link a,
  .news-detail .section1 .right-box a.more {
    line-height: 40px;
  }

  .database-list .section1 .right-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .database-list .section1 .right-box form {
    height: 40px;
  }

  .database-list .section1 .right-box input {
    padding: 0 10px;
  }

  .database-list .section1 .right-box button {
    width: 60px;
  }

  .database-list .section1 .right-box .items {
    margin: 20px 0;
    border-width: 2px;
    padding-bottom: 20px;
  }

  .database-list .section1 .right-box .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .database-list .section1 .right-box .item:nth-of-type(1) {
    margin-top: 0;
  }

  .database-list .section1 .right-box .item h3 {
    height: auto;
    margin-top: 10px;
  }

  .database-list .section1 .right-box .item .info {
    padding-top: 10px;
    margin-top: 10px;
  }

  .database-list .section1 .right-box .item .tip {
    margin-right: 20px;
  }

  .news-detail .section1 {
    padding: 40px 0;
  }

  .news-detail .section1 .left-box {
    width: 100%;
    padding: 0;
    border: none;
  }

  .news-detail .section1 .left-box .date {
    padding: 20px 0;
  }

  .news-detail .section1 .left-box .cont {
    padding: 20px 0;
  }

  .news-detail .section1 .left-box .other {
    padding: 10px 15px;
  }

  .news-detail .section1 .right-box {
    width: 100%;
    padding: 0;
    position: static;
    margin-top: 40px;
  }

  .news-detail .section1 .right-box h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .news-detail .section1 .right-box .link {
    padding: 15px 0;
  }

  .news-list .section1 {
    padding: 40px 0;
  }

  .news-list .section1 .items {
    margin: 0 0 20px;
  }

  .news-list .section1 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .news-list .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .news-list .section1 .item span {
    left: 15px;
    bottom: 15px;
  }

  .news-list .section1 .item .txt-box {
    padding: 15px;
  }

  .news-list .section1 .item h3 {
    max-height: 48px;
    font-size: 16px;
  }

  .government-list .section1 {
    padding: 40px 0;
  }

  .government-list .section1 .items {
    margin-bottom: 20px;
  }

  .government-list .section1 .item {
    padding: 20px 0;
  }

  .government-list .section1 .item:before,
  .government-list .section1 .item:after {
    display: none;
  }

  .government-list .section1 .item .date {
    width: 100%;
    display: block;
  }

  .government-list .section1 .item .date span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 0 0;
  }

  .government-list .section1 .item .txt {
    width: 100%;
    border: none;
    padding-left: 0;
    margin-top: 10px;
  }

  .government-list .section1 .item .line {
    background-size: 150% 100%;
  }

  .government-list .section1 .item p {
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    margin-top: 10px;
  }

  .recruit-page .section1 img {
    height: 50vw;
    object-fit: cover;
  }

  .recruit-page .section1 .txt-box {
    padding-top: 0;
  }

  .recruit-page .section1 a {
    margin-top: 20px;
  }

  .recruit-page .section2 {
    padding: 40px 0;
  }

  .recruit-page .section2 .item {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .recruit-page .section2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .recruit-page .section2 .item .icon {
    width: 80px;
    height: 80px;
    float: left;
  }

  .recruit-page .section2 .item i {
    background-size: auto 30px;
  }

  .recruit-page .section2 .item h3 {
    text-align: left;
    margin: 0 0 10px 100px;
  }

  .recruit-page .section2 .item p {
    text-align: left;
    margin-left: 100px;
    line-height: 20px;
  }

  .recruit-page .section3 .bg {
    height: 46vw;
    background-attachment: inherit;
  }

  .recruit-page .section4 {
    padding: 40px 0;
  }

  .recruit-page .section4 .items {
    margin: 20px 0;
    display: block;
  }

  .recruit-page .section4 .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }
  .recruit-page .section4 .item:nth-of-type {
    margin-top: 0;
  }

  .recruit-page .section2 .item h3,
  .recruit-page .section4 .item h3 {
    font-weight: bold;
  }

  .recruit-page .section4 .item i {
    margin: 15px 0;
  }

  .recruit-page .section4 .item .btns {
    padding-top: 15px;
    margin-top: 15px;
  }

  .recruit-page .section4 .item .btns a {
    line-height: 32px;
  }

  .recruit-page .section4 a.more {
    margin-top: 20px;
  }

  .recruit-popups .block {
    padding: 30px 20px;
  }

  .recruit-popups .top-box {
    padding-bottom: 15px;
  }

  .recruit-popups .top-box h3 {
    line-height: 1.2;
    float: none;
  }

  .recruit-popups .top-box .tip {
    float: none;
    margin-top: 10px;
  }

  .recruit-popups .top-box .tip span {
    line-height: 1.2;
    margin-right: 20px;
  }

  .recruit-popups .close {
    right: 20px;
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .recruit-popups .bot-box {
    padding-right: 20px;
  }

  .recruit-popups .bot-box .box {
    padding-top: 20px;
  }

  .recruit-popups .bot-box h4 {
    font-weight: bold;
  }

  .recruit-popups .bot-box .para {
    margin-top: 10px;
  }

  .recruit-popups a {
    position: static;
    display: block;
    margin: 15px auto 0;
  }

  .index-main .section1 .item .img-box img {
    height: 60vw;
  }

  .index-main .section1 .item p {
    margin-top: 15px;
  }

  .index-main .section1 .button {
    display: none;
  }

  .index-main .section2 {
    flex-wrap: wrap;
  }

  .index-main .section2 .item {
    width: 100%;
  }

  .index-main .section2 .item a {
    padding: 15px;
  }

  .index-main .section2 .item h3 {
    font-size: 16px;
  }

  .index-main .section3 {
    padding: 40px 0;
  }

  .index-tit .para {
    line-height: 24px;
  }

  .index-main .section3 .items {
    display: block;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .index-main .section3 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .index-main .section3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-main .section3 .item .txt-box {
    padding: 15px;
  }

  .index-main .section3 .item .num {
    margin-top: 10px;
  }

  .index-tit a {
    margin-top: 15px;
  }

  .index-main .section4 .cont {
    margin-top: 20px;
  }

  .index-main .section4 .item .txt-box {
    margin-top: 0;
    padding: 0;
  }

  .index-main .section4 .item .t-box {
    padding: 0 15px;
    line-height: 40px;
    display: none;
  }

  .index-main .section4 .item .t-box span:after {
    margin: 0 10px;
  }

  .index-main .section4 .item .b-box {
    padding: 15px;
    display: block;
  }

  .index-main .section4 .item h3 {
    width: 100%;
  }

  .index-main .section4 .item p {
    width: 100%;
    margin: 15px 0;
    line-height: 24px;
  }

  .index-main .section4 .item a {
    display: block;
    width: 100px;
    line-height: 30px;
  }

  .index-main .section4 .buttons {
    display: none;
  }

  .index-main .section4 .pagination {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
  }
  .index-main .section4 .pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #cccccc;
    transform: scale(0.75);
    transition: all .3s ease;
    cursor: pointer;
  }
  .index-main .section4 .pagination span.active {
    transform: scale(1);
    background-color: #293c8d;
  }

  .index-main .section5 {
    padding: 40px 0;
  }

  .index-main .section5 .cont {
    margin-top: 20px;
  }

  .index-main .section5 .item .txt-box {
    padding: 15px;
  }

  .index-main .section5 .item h3 {
    margin: 10px 0;
  }

  .index-main .section5 .pagination {
    margin-top: 20px;
  }

  .index-main .section5 .pagination span {
    margin: 0 5px;
  }

  .index-main .section6 {
    padding-bottom: 40px;
  }

  .index-main .section6 .cont {
    margin-top: 20px;
  }

  .index-main .section6 .map .dot span {
    padding-left: 0;
    transform: scale(0.8);
  }

  .index-main .section7 {
    padding-bottom: 40px;
  }

  .index-main .section7 .items {
    margin-top: 20px;
  }

  .index-main .section7 .item.active,
  .index-main .section7 .item {
    width: 100%;
    height: 50vw;
  }

  .index-main .section7 .item .img-box {
    width: 100%;
  }

  .index-main .section7 .item .img-box img {
    opacity: 1;
    filter: grayscale(0);
  }

  .index-main .section7 .item .show {
    display: none;
  }

  .index-main .section7 .item .hide {
    opacity: 1;
    visibility: visible;
  }

  .index-main .section7 .item .hide span {
    font-size: 36px;
    top: 20px;
    left: 20px;
  }

  .index-main .section7 .item .hide h3 {
    left: 20px;
    right: 20px;
    bottom: 30px;
    font-size: 16px;
    padding-right: 60px;
  }

  .index-main .section7 .item .hide a {
    width: 40px;
    height: 40px;
    border-width: 1px;
    right: 20px;
    bottom: 20px;
  }

  .service-page-1 .c-nav .right-box a,
  .service-page-2 .c-nav .right-box a,
  .service-page-3 .c-nav .right-box a,
  .service-page-4 .c-nav .right-box a {
    padding: 0 6px;
  }

  .c-section3 {
    padding: 40px 0;
  }

  .c-section3 .flex {
    display: block;
  }

  .c-section3 .img-box {
    width: 100%;
  }

  .c-section3 .txt-box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .service-page-1 .section2 {
    padding: 40px 0;
  }

  .service-page-1 .section2 .tab-tit {
    margin: 20px 0;
  }

  .service-page-1 .section2 .tab-tit .item {
    width: 120px;
    line-height: 30px;
    border-width: 1px;
    margin: 5px;
  }

  .service-page-1 .section2 .tab-cont .item .show {
    padding: 15px 45px 15px 15px;
  }

  .service-page-1 .section2 .tab-cont .item .show:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 15px;
  }

  .service-page-1 .section2 .tab-cont .item .hide {
    padding: 15px;
  }

  .service-page-1 .section2 .tab-cont .item .box h3:before {
    width: 2px;
    height: 16px;
    margin: -2px 10px 0 0;
  }

  .service-page-1 .section2 .tab-cont .item .box .para {
    line-height: 24px;
    margin-top: 10px;
  }

  .service-page-1 .section2 .tab-cont .item .box {
    margin-top: 15px;
    padding-top: 15px;
  }

  .service-page-1 .section3 {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .service-page-1 .section3 .items {
    margin-top: 20px;
  }

  .service-page-1 .section3 .item {
    width: 100%;
    margin: 0;
  }

  .service-page-1 .section3 .pagination,
  .service-page-3 .section1 .pagination {
    margin-top: 20px;
  }

  .service-page-1 .section3 .pagination span,
  .service-page-3 .section1 .pagination span {
    margin: 0 5px;
  }

  .service-page-1 .section3 .item .txt-box {
    padding: 15px;
  }

  .service-page-1 .section3 .item .more {
    margin-top: 10px;
  }

  .c-section1 {
    padding: 40px 0;
  }

  .c-section1 .data {
    padding: 20px 0;
    display: block;
    border-width: 2px;
  }

  .c-section1 .data .item {
    max-width: 100%;
    margin-top: 20px;
  }
  .c-section1 .data .item:nth-of-type(1) {
    margin-top: 0;
  }

  .c-section1 .data .item span {
    font-size: 40px;
  }

  .c-section1 .data .item em {
    font-size: 20px;
  }

  .c-section1 .data .item h3 {
    margin-top: 10px;
  }

  .c-section1 .pic-box {
    margin-top: 20px;
  }

  .c-section1 .pic-box .cont {
    margin-top: 20px;
  }

  .c-section1 .pic-box .tab-tit {
    display: none;
  }

  .c-section1 .pic-box .items {
    width: 100%;
  }

  .c-section1 .pic-box .item h3 {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }

  .c-section1 .pic-box .item .txt-box {
    padding: 30px 15px 15px;
  }

  .c-section1 .pic-box .pagination {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
  }
  .c-section1 .pic-box .pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #cccccc;
    transform: scale(0.75);
    transition: all .3s ease;
    cursor: pointer;
  }
  .c-section1 .pic-box .pagination span.active {
    transform: scale(1);
    background-color: #293c8d;
  }

  .c-section2 .top-box {
    height: 50vw;
    background-attachment: inherit;
  }

  .c-section2 .top-box .txt-box {
    bottom: 40px;
  }

  .c-section2 .bot-box {
    padding: 40px 0;
  }

  .c-section2 .bot-box .block {
    margin-top: 40px;
  }

  .c-section2 .bot-box .item {
    width: 100%;
    margin: 20px 0 0;
  }

  .c-section2 .bot-box .item h3 {
    margin-top: 10px;
  }

  .c-section2 .bot-box .p-item {
    width: 100%;
    margin: 20px 0 0;
  }
  .c-section2 .bot-box .p-item:nth-of-type(1) {
    margin-top: 0;
  }

  .c-section2 .bot-box .p-item .txt-box {
    padding: 30px 15px 15px;
  }

  .c-section2 .bot-box .p-item h3,
  .c-section2 .bot-box .p-item p {
    transform: none;
  }

  .c-section2 .bot-box .p-item p {
    opacity: 1;
    height: auto;
  }

  .service-page-2 .section1,
  .service-page-3 .section1,
  .service-page-4 .section1 {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .service-page-2 .section1 .items,
  .service-page-3 .section1 .items,
  .service-page-4 .section1 .items {
    margin-top: 20px;
  }

  .service-page-2 .section1 .item,
  .service-page-3 .section1 .item,
  .service-page-4 .section1 .item {
    width: 100%;
  }

  .service-page-2 .section1 .item,
  .service-page-4 .section1 .item {
    margin: 20px 0 0;
  }
  .service-page-2 .section1 .item:nth-of-type(1),
  .service-page-4 .section1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service-page-4 .section1 .item .show {
    display: none;
  }

  .service-page-4 .section1 .item .hide {
    background-color: #fff;
    opacity: 1;
    position: static;
  }

  .service-page-4 .section1 .item .hide h3 {
    color: #333;
  }

  .service-page-4 .section1 .item p {
    color: #808080;
  }

  .service-page-2 .section1 .item .txt-box,
  .service-page-3 .section1 .item .txt-box,
  .service-page-4 .section1 .item .show,
  .service-page-4 .section1 .item .hide {
    padding: 15px;
  }

  .service-page-2 .section1 a.more,
  .service-page-4 .section1 a.more {
    margin-top: 20px;
    border-width: 1px;
    line-height: 40px;
  }

  .service-page-3 .section1 .item p {
    margin: 10px 0;
    line-height: 24px;
    height: auto;
    max-height: 72px;
  }

  .c-section2 .bot-box .field-box {
    margin-top: 40px;
    padding-top: 40px;
  }

  .c-section2 .bot-box .field-box .cont {
    margin-top: 20px;
    height: auto;
    background-color: transparent;
  }

  .c-section2 .bot-box .field-box .field-imgbox {
    display: none;
  }

  .c-section2 .bot-box .field-box .field-txtbox {
    position: static;
  }

  .c-section2 .bot-box .field-box .field-txt {
    width: 100% !important;
    margin-top: 20px;
  }
  .c-section2 .bot-box .field-box .field-txt:nth-of-type(1) {
    margin-top: 0;
  }

  .c-section2 .bot-box .field-box .field-txt h3 {
    color: #333;
    padding: 0;
  }

  .c-section2 .bot-box .field-box .field-txt h3:before {
    display: none;
  }

  .c-section2 .bot-box .field-box .field-txt .para {
    display: block;
    opacity: 1;
    color: #808080;
    animation: none;
    width: 100%;
    max-width: none;
    padding: 0;
    line-height: 24px;
    margin-top: 10px;
  }

  .c-section2 .bot-box .field-box .field-txt .img {
    display: block;
    margin-bottom: 10px;
  }

  .inner-banner form {
    height: 40px;
    max-width: 500px;
  }

  .inner-banner input {
    font-size: 14px;
  }

  .inner-banner button {
    width: 50px;
  }

  .search-s2 {
    padding: 40px 0;
  }

  .search-s2 .item {
    margin-bottom: 20px;
  }

  .search-s2 .item {
    border-bottom-width: 2px;
  }

  .search-s2 .item a {
    padding: 20px 0;
  }

  .search-s2 .item .date {
    font-size: 12px;
  }

  .search-s2 .item h3 {
    font-size: 16px;
  }

  .search-s2 .item .url {
    font-size: 12px;
    line-height: 18px;
  }

  .search-s2 .tip {
    text-align: center;
    font-size: 16px;
  }
}

/*# sourceMappingURL=bundle.css.map */
